We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320a10a commit ae92eb3Copy full SHA for ae92eb3
services/java/com/android/server/PowerManagerService.java
@@ -264,7 +264,7 @@ public class PowerManagerService extends IPowerManager.Stub
264
// could be either static or controllable at runtime
265
private static final boolean mSpew = false;
266
private static final boolean mDebugProximitySensor = (false || mSpew);
267
- private static final boolean mDebugLightSensor = (true || mSpew);
+ private static final boolean mDebugLightSensor = (false || mSpew);
268
269
private native void nativeInit();
270
private native void nativeSetPowerState(boolean screenOn, boolean screenBright);
0 commit comments