Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- project frameworks/base/
- diff --git a/services/java/com/android/server/PowerManagerService.java b/services/java/com/android/server/PowerManagerService.java
- index 44eb228..19f6c20 100644
- --- a/services/java/com/android/server/PowerManagerService.java
- +++ b/services/java/com/android/server/PowerManagerService.java
- @@ -90,7 +90,7 @@ class PowerManagerService extends IPowerManager.Stub
- private static final String TAGF = "LightFilter";
- static final String PARTIAL_NAME = "PowerManagerService";
- - private static final boolean LOG_PARTIAL_WL = false;
- + private static final boolean LOG_PARTIAL_WL = true;
- // Indicates whether touch-down cycles should be logged as part of the
- // LOG_POWER_SCREEN_STATE log events
Advertisement
Add Comment
Please, Sign In to add comment