Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerDebugConfig.java45 static final boolean DEBUG_ANR = false; field in ActivityManagerDebugConfig
DProcessRecord.java22 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_ANR;
1624 if (DEBUG_ANR) Slog.i(TAG, "Adding persistent proc: " + r); in appNotResponding()
1627 if (DEBUG_ANR) Slog.i(TAG, "Adding likely IME: " + r); in appNotResponding()
1630 if (DEBUG_ANR) Slog.i(TAG, "Adding ANR proc: " + r); in appNotResponding()
DActivityManagerService.java92 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_ANR;
3993 if (DEBUG_ANR) Slog.d(TAG, "Collecting stacks for extra pid " + stats.pid); in dumpStackTraces()
4163 if (DEBUG_ANR) { in dumpStackTraces()
4187 if (DEBUG_ANR) { in dumpStackTraces()
4207 if (DEBUG_ANR) { in dumpStackTraces()