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/
DStackTracesDumpHelper.java21 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_ANR;
266 if (DEBUG_ANR) { in dumpStackTraces()
305 if (DEBUG_ANR) { in dumpStackTraces()
343 if (DEBUG_ANR) { in dumpStackTraces()
399 if (DEBUG_ANR) { in dumpStackTracesTempFile()
482 if (DEBUG_ANR) { in getExtraPids()
DActivityManagerDebugConfig.java54 static final boolean DEBUG_ANR = false; field in ActivityManagerDebugConfig
DProcessErrorStateRecord.java22 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_ANR;
418 if (DEBUG_ANR) Slog.i(TAG, "Adding persistent proc: " + r); in appNotResponding()
421 if (DEBUG_ANR) Slog.i(TAG, "Adding likely IME: " + r); in appNotResponding()
424 if (DEBUG_ANR) Slog.i(TAG, "Adding ANR proc: " + r); in appNotResponding()