We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28e4f87 + ae92eb3 commit aac4184Copy full SHA for aac4184
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