mfierke

Log those partial wake locks

Apr 19th, 2012
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.73 KB | None | 0 0
  1. project frameworks/base/
  2. diff --git a/services/java/com/android/server/PowerManagerService.java b/services/java/com/android/server/PowerManagerService.java
  3. index 44eb228..19f6c20 100644
  4. --- a/services/java/com/android/server/PowerManagerService.java
  5. +++ b/services/java/com/android/server/PowerManagerService.java
  6. @@ -90,7 +90,7 @@ class PowerManagerService extends IPowerManager.Stub
  7.      private static final String TAGF = "LightFilter";
  8.      static final String PARTIAL_NAME = "PowerManagerService";
  9.  
  10. -    private static final boolean LOG_PARTIAL_WL = false;
  11. +    private static final boolean LOG_PARTIAL_WL = true;
  12.  
  13.      // Indicates whether touch-down cycles should be logged as part of the
  14.      // LOG_POWER_SCREEN_STATE log events
Advertisement
Add Comment
Please, Sign In to add comment