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.java56 static final boolean DEBUG_CONFIGURATION = DEBUG_ALL || false; field in class:ActivityManagerDebugConfig
/frameworks/base/core/java/android/app/
H A DActivityThread.java174 public static final boolean DEBUG_CONFIGURATION = false; field in class:ActivityThread
2572 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Launching activity "
3509 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Resuming activity "
3863 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Updating activity vis "
4365 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Abort, activity not relaunching!");
4369 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Relaunching activity "
4399 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Relaunching activity "
4410 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Handling relaunch of " + r);
4537 if (DEBUG_CONFIGURATION) {
4718 if (DEBUG_CONFIGURATION) Slo
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java126 private static final boolean DEBUG_CONFIGURATION = false || LOCAL_LOGV; field in class:ViewRootImpl
1757 if (DEBUG_CONFIGURATION) Log.v(mTag, "Visible with new config: "
3303 if (DEBUG_CONFIGURATION) Log.v(mTag,

Completed in 197 milliseconds