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.java49 static final boolean DEBUG_ANR = false; field in ActivityManagerDebugConfig
DAppErrors.java61 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_ANR;
854 if (DEBUG_ANR) Slog.i(TAG, "Adding persistent proc: " + r); in appNotResponding()
857 if (DEBUG_ANR) Slog.i(TAG, "Adding likely IME: " + r); in appNotResponding()
860 if (DEBUG_ANR) Slog.i(TAG, "Adding ANR proc: " + r); in appNotResponding()
DActivityManagerService.java107 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_ANR;
5555 if (DEBUG_ANR) Slog.d(TAG, "Collecting stacks for pid " in dumpStackTraces()
5566 if (DEBUG_ANR) { in dumpStackTraces()
5575 if (DEBUG_ANR) Slog.d(TAG, "Collecting stacks for native pid " + pid); in dumpStackTraces()
5591 if (DEBUG_ANR) { in dumpStackTraces()
5618 if (DEBUG_ANR) Slog.d(TAG, "Collecting stacks for extra pid " + stats.pid); in dumpStackTraces()
5628 if (DEBUG_ANR) { in dumpStackTraces()
5631 } else if (DEBUG_ANR) { in dumpStackTraces()