Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DProcessErrorStateRecord.java20 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_ANR;
303 if (DEBUG_ANR) Slog.i(TAG, "Adding persistent proc: " + r); in appNotResponding()
306 if (DEBUG_ANR) Slog.i(TAG, "Adding likely IME: " + r); in appNotResponding()
309 if (DEBUG_ANR) Slog.i(TAG, "Adding ANR proc: " + r); in appNotResponding()
H A DActivityManagerDebugConfig.java45 static final boolean DEBUG_ANR = false; field in ActivityManagerDebugConfig
H A DActivityManagerService.java100 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_ANR;
3235 if (DEBUG_ANR) Slog.d(TAG, "Collecting stacks for extra pid " + stats.pid); in dumpStackTraces()
3414 if (DEBUG_ANR) { in dumpStackTraces()
3438 if (DEBUG_ANR) { in dumpStackTraces()
3458 if (DEBUG_ANR) { in dumpStackTraces()