Skip to content

Commit 186e21d

Browse files
mikeandroidAndroid Git Automerger
authored andcommitted
am 6b6bfb1: Merge "PowerManagerService: Enable light sensor debug output" into ics-mr0
* commit '6b6bfb187412e4845c89d866eff0b87b6d0a5541': PowerManagerService: Enable light sensor debug output
2 parents 03d13e7 + 6b6bfb1 commit 186e21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/java/com/android/server/PowerManagerService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ public class PowerManagerService extends IPowerManager.Stub
264264
// could be either static or controllable at runtime
265265
private static final boolean mSpew = false;
266266
private static final boolean mDebugProximitySensor = (false || mSpew);
267-
private static final boolean mDebugLightSensor = (false || mSpew);
267+
private static final boolean mDebugLightSensor = (true || mSpew);
268268

269269
private native void nativeInit();
270270
private native void nativeSetPowerState(boolean screenOn, boolean screenBright);

0 commit comments

Comments
 (0)