Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22d12ab1 authored by Mike Lockwood's avatar Mike Lockwood
Browse files

PowerManagerService: Enable light sensor debug output



Bug: 5426212

Change-Id: I46ca01eee8d69f7bd6fc63e53506ba42c3fe537d
Signed-off-by: default avatarMike Lockwood <lockwood@android.com>
parent 2cf1cf09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -264,7 +264,7 @@ public class PowerManagerService extends IPowerManager.Stub
    // could be either static or controllable at runtime
    private static final boolean mSpew = false;
    private static final boolean mDebugProximitySensor = (false || mSpew);
    private static final boolean mDebugLightSensor = (false || mSpew);
    private static final boolean mDebugLightSensor = (true || mSpew);
    
    private native void nativeInit();
    private native void nativeSetPowerState(boolean screenOn, boolean screenBright);