/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerDebugConfig.java | 42 static final boolean DEBUG_ALL = false; field in ActivityManagerDebugConfig 46 static final boolean DEBUG_BACKGROUND_CHECK = DEBUG_ALL || false; 47 static final boolean DEBUG_BACKUP = DEBUG_ALL || false; 48 static final boolean DEBUG_BROADCAST = DEBUG_ALL || false; 52 static final boolean DEBUG_COMPACTION = DEBUG_ALL || false; 53 static final boolean DEBUG_FREEZER = DEBUG_ALL || false; 54 static final boolean DEBUG_LRU = DEBUG_ALL || false; 55 static final boolean DEBUG_MU = DEBUG_ALL || false; 56 static final boolean DEBUG_NETWORK = DEBUG_ALL || false; 57 static final boolean DEBUG_OOM_ADJ = DEBUG_ALL || false; [all …]
|
D | OomAdjuster.java | 57 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_ALL; 304 if (DEBUG_ALL) { in OomAdjuster() 2735 if (DEBUG_ALL) {
|
D | ContentProviderHelper.java | 811 if (ActivityManagerDebugConfig.DEBUG_ALL) { in removeContentProviderExternalUnchecked()
|
D | ActivityManagerService.java | 102 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_ALL; 1464 if (DEBUG_ALL) Slog.v( in AppDeathRecipient() 1474 if (DEBUG_ALL) Slog.v( in binderDied() 4749 if (DEBUG_ALL) Slog.v( in attachApplicationLocked() 4806 if (DEBUG_ALL) Slog.v( in attachApplicationLocked() 5266 if (DEBUG_ALL) Slog.d(TAG, "bootAnimationComplete: Callers=" + Debug.getCallers(4)); in bootAnimationComplete()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | LogConfig.java | 23 private static final boolean DEBUG_ALL = false; field in LogConfig 32 static final boolean DEBUG_ACTIONS = DEBUG_ALL || false; 35 static final boolean DEBUG_ANIM = DEBUG_ALL || false; 38 static final boolean DEBUG_CALLBACK = DEBUG_ALL || false; 41 static final boolean DEBUG_DISMISS = DEBUG_ALL || false; 44 static final boolean DEBUG_INPUT = DEBUG_ALL || false; 47 static final boolean DEBUG_SCROLL = DEBUG_ALL || false; 50 static final boolean DEBUG_SERVICE = DEBUG_ALL || false; 53 static final boolean DEBUG_STORAGE = DEBUG_ALL || false; 56 static final boolean DEBUG_UI = DEBUG_ALL || false; [all …]
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityTaskManagerDebugConfig.java | 41 static final boolean DEBUG_ALL = false; field in ActivityTaskManagerDebugConfig 44 private static final boolean DEBUG_ALL_ACTIVITIES = DEBUG_ALL || false; 46 static final boolean DEBUG_RECENTS = DEBUG_ALL || false; 48 static final boolean DEBUG_ROOT_TASK = DEBUG_ALL || false; 49 public static final boolean DEBUG_SWITCH = DEBUG_ALL || false; 50 static final boolean DEBUG_TRANSITION = DEBUG_ALL || false; 51 static final boolean DEBUG_VISIBILITY = DEBUG_ALL || false; 55 static final boolean DEBUG_USER_LEAVING = DEBUG_ALL || false; 56 static final boolean DEBUG_PERMISSIONS_REVIEW = DEBUG_ALL || false; 57 static final boolean DEBUG_RESULTS = DEBUG_ALL || false; [all …]
|
D | ActivityClientController.java | 40 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_ALL; 200 if (DEBUG_ALL) Slog.v(TAG, "Activity stopped: token=" + token); in activityStopped()
|
D | ActivityTaskSupervisor.java | 56 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_ALL; 843 if (DEBUG_ALL) Slog.v(TAG, "Launching: " + r); in realStartActivityLocked() 1353 if (DEBUG_ALL) Slog.v(TAG, "Activity idle: " + r); in activityIdleInternal()
|
D | ActivityTaskManagerService.java | 99 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_ALL; 2362 if (DEBUG_ALL) Slog.v(TAG, "getTasks: max=" + maxNum); in getTasks() 4538 if (DEBUG_ALL && !mWindowManager.mWindowPlacerLocked.isLayoutDeferred()) { in continueWindowLayout()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
D | MagnificationGestureHandler.java | 41 protected static final boolean DEBUG_ALL = Log.isLoggable("MagnificationGestureHandler", field in MagnificationGestureHandler 43 protected static final boolean DEBUG_EVENT_STREAM = false | DEBUG_ALL; 104 if (DEBUG_ALL) { in onMotionEvent() 171 if (DEBUG_ALL) { in notifyShortcutTriggered()
|
D | WindowMagnificationGestureHandler.java | 70 private static final boolean DEBUG_STATE_TRANSITIONS = false | DEBUG_ALL; 71 private static final boolean DEBUG_DETECTING = false | DEBUG_ALL; 104 if (DEBUG_ALL) { in WindowMagnificationGestureHandler() 157 if (DEBUG_ALL) { in onDestroy() 185 if (DEBUG_ALL) { in enableWindowMagnifier() 197 if (DEBUG_ALL) { in disableWindowMagnifier()
|
D | FullScreenMagnificationGestureHandler.java | 118 private static final boolean DEBUG_STATE_TRANSITIONS = false | DEBUG_ALL; 119 private static final boolean DEBUG_DETECTING = false | DEBUG_ALL; 120 private static final boolean DEBUG_PANNING_SCALING = false | DEBUG_ALL; 153 if (DEBUG_ALL) { in FullScreenMagnificationGestureHandler()
|
/frameworks/base/services/core/java/com/android/server/pm/verify/domain/ |
D | DomainVerificationDebug.java | 51 public static final boolean DEBUG_ALL = false; field in DomainVerificationDebug 53 public static final boolean DEBUG_APPROVAL = DEBUG_ANY && (DEBUG_ALL || true); 54 public static final boolean DEBUG_BROADCASTS = DEBUG_ANY && (DEBUG_ALL || false); 55 public static final boolean DEBUG_PROXIES = DEBUG_ANY && (DEBUG_ALL || false);
|