OSDN Git Service

Merge "Revert "Temporarily enable screen wakelock logging in WM"" into oc-dev
authorWale Ogunwale <ogunwale@google.com>
Thu, 8 Jun 2017 14:33:03 +0000 (14:33 +0000)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Thu, 8 Jun 2017 14:33:10 +0000 (14:33 +0000)
1  2 
services/core/java/com/android/server/wm/WindowManagerDebugConfig.java

@@@ -52,7 -52,7 +52,7 @@@ public class WindowManagerDebugConfig 
      static final boolean DEBUG_CONFIGURATION = false;
      static final boolean DEBUG_APP_TRANSITIONS = false;
      static final boolean DEBUG_STARTING_WINDOW_VERBOSE = false;
 -    static final boolean DEBUG_STARTING_WINDOW = DEBUG_STARTING_WINDOW_VERBOSE || true;
 +    static final boolean DEBUG_STARTING_WINDOW = DEBUG_STARTING_WINDOW_VERBOSE || false;
      static final boolean DEBUG_WALLPAPER = false;
      static final boolean DEBUG_WALLPAPER_LIGHT = false || DEBUG_WALLPAPER;
      static final boolean DEBUG_DRAG = false;
@@@ -77,5 -77,5 +77,5 @@@
      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;
  }