Home
last modified time | relevance | path

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

/system/chre/core/
Ddebug_dump_manager.cc56 if (!mCollectingNanoappDebugDumps) { in appendNanoappLog()
107 mCollectingNanoappDebugDumps = true; in sendFrameworkDebugDumps()
127 mCollectingNanoappDebugDumps = false; in sendNanoappDebugDumps()
/system/chre/core/include/chre/core/
Ddebug_dump_manager.h53 bool mCollectingNanoappDebugDumps = false; variable