Skip to content

Commit ae92eb3

Browse files
committed
Revert "PowerManagerService: Enable light sensor debug output"
This reverts commit 22d12ab. Bug: 5505809
1 parent 320a10a commit ae92eb3

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 = (true || mSpew);
267+
private static final boolean mDebugLightSensor = (false || mSpew);
268268

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

0 commit comments

Comments
 (0)