Home
last modified time | relevance | path

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

/frameworks/native/libs/dumputils/include/dumputils/
Ddump_utils.h22 bool should_dump_native_traces(const char* path);
/frameworks/native/libs/dumputils/
Ddump_utils.cpp75 bool should_dump_native_traces(const char* path) { in should_dump_native_traces() function
/frameworks/base/cmds/incidentd/src/
DSection.cpp682 } else if (should_dump_native_traces(exe.c_str())) { in BlockingCall()
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp1748 } else if (should_dump_native_traces(exe.c_str()) || hal_pids.find(pid) != hal_pids.end()) { in DumpTraces()