Home
last modified time | relevance | path

Searched refs:dump_traces_path (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp65 static const char *dump_traces_path = NULL; variable
868 if (dump_traces_path != nullptr) { in AddAnrTraceFiles()
870 dump_traces_dir = dirname(dump_traces_path); in AddAnrTraceFiles()
875 dump_traces_path); in AddAnrTraceFiles()
876 ds.DumpFile("VM TRACES JUST NOW", dump_traces_path); in AddAnrTraceFiles()
1707 dump_traces_path = dump_traces(); in main()