Searched refs:DEBUG_ALL (Results 1 – 4 of 4) sorted by relevance
42 static final boolean DEBUG_ALL = false; field in ActivityManagerDebugConfig45 static final boolean DEBUG_ALL_ACTIVITIES = DEBUG_ALL || false;51 static final boolean DEBUG_BACKGROUND_CHECK = DEBUG_ALL || false;52 static final boolean DEBUG_BACKUP = DEBUG_ALL || false;53 static final boolean DEBUG_BROADCAST = DEBUG_ALL || false;56 static final boolean DEBUG_CLEANUP = DEBUG_ALL || false;57 static final boolean DEBUG_CONFIGURATION = DEBUG_ALL || false;61 static final boolean DEBUG_IMMERSIVE = DEBUG_ALL || false;62 static final boolean DEBUG_LOCKSCREEN = DEBUG_ALL || false;63 static final boolean DEBUG_LOCKTASK = DEBUG_ALL || false;[all …]
34 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_ALL;3790 if (DEBUG_ALL) Slog.v(TAG, "Enqueueing pending finish: " + r); in finishCurrentActivityLocked()4433 if (DEBUG_ALL) Slog.v(TAG, "Keeping entry, setting app to null"); in removeHistoryRecordsForAppLocked()4963 if (DEBUG_ALL) Slog.v( in getTasksLocked()
51 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_ALL;1384 if (DEBUG_ALL) Slog.v(TAG, "Launching: " + r); in realStartActivityLocked()1856 if (DEBUG_ALL) Slog.v(TAG, "Activity idle: " + token); in activityIdleInternalLocked()
106 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_ALL;1629 if (DEBUG_ALL) Slog.v( in AppDeathRecipient()1639 if (DEBUG_ALL) Slog.v( in binderDied()6758 if (DEBUG_ALL) Slog.v( in attachApplicationLocked()6809 if (DEBUG_ALL) Slog.v( in attachApplicationLocked()7260 if (DEBUG_ALL) Slog.v(TAG, "Activity stopped: token=" + token); in activityStopped()9623 if (DEBUG_ALL) Slog.v(TAG, "getAppTasks");9657 if (DEBUG_ALL) Slog.v(11757 if(DEBUG_ALL) Slog.v(TAG, name+" content provider not found in providers list");12461 if (DEBUG_ALL) Slog.v(TAG, "Activity slept: token=" + token);