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.java209 public static final boolean DEBUG_CONFIGURATION = false; field in class:ActivityThread
2864 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Launching activity "
3894 if (DEBUG_CONFIGURATION) {
4174 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Updating activity vis "
4624 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Abort, activity not relaunching!");
4628 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Relaunching activity "
4652 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Relaunching activity "
4663 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Handling relaunch of " + r);
4841 if (DEBUG_CONFIGURATION) {
5100 if (DEBUG_CONFIGURATION) Slo
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java145 private static final boolean DEBUG_CONFIGURATION = false || LOCAL_LOGV; field in class:ViewRootImpl
2013 if (DEBUG_CONFIGURATION) Log.v(mTag, "Visible with new config: "
3875 if (DEBUG_CONFIGURATION) Log.v(mTag,

Completed in 36 milliseconds