Skip to content

Commit 22d12ab

Browse files
committed
PowerManagerService: Enable light sensor debug output
Bug: 5426212 Change-Id: I46ca01eee8d69f7bd6fc63e53506ba42c3fe537d Signed-off-by: Mike Lockwood <lockwood@android.com>
1 parent 2cf1cf0 commit 22d12ab

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)