OSDN Git Service

Merge "Revert "Temporarily enable screen wakelock logging in WM"" into oc-dev
[android-x86/frameworks-base.git] / services / core / java / com / android / server / wm / WindowManagerDebugConfig.java
index 4da9c06..6d5673e 100644 (file)
@@ -77,5 +77,5 @@ public class WindowManagerDebugConfig {
     static final boolean DEBUG_UNKNOWN_APP_VISIBILITY = false;
 
     static final String TAG_KEEP_SCREEN_ON = "DebugKeepScreenOn";
-    static final boolean DEBUG_KEEP_SCREEN_ON = true;
+    static final boolean DEBUG_KEEP_SCREEN_ON = false;
 }