Searched defs:DEBUG_CONFIGURATION (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerDebugConfig.java52 static final boolean DEBUG_CONFIGURATION = false; field in class:WindowManagerDebugConfig
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerDebugConfig.java57 static final boolean DEBUG_CONFIGURATION = DEBUG_ALL || false; field in class:ActivityManagerDebugConfig
/frameworks/base/core/java/android/app/
H A DActivityThread.java186 public static final boolean DEBUG_CONFIGURATION = false; field in class:ActivityThread
2702 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Launching activity "
3698 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Resuming activity "
4061 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Updating activity vis "
4581 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Abort, activity not relaunching!");
4585 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Relaunching activity "
4615 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Relaunching activity "
4626 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Handling relaunch of " + r);
4753 if (DEBUG_CONFIGURATION) {
4997 if (DEBUG_CONFIGURATION) Slo
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java137 private static final boolean DEBUG_CONFIGURATION = false || LOCAL_LOGV; field in class:ViewRootImpl
1917 if (DEBUG_CONFIGURATION) Log.v(mTag, "Visible with new config: "
3538 if (DEBUG_CONFIGURATION) Log.v(mTag,

Completed in 765 milliseconds