am 6b6bfb18: Merge "PowerManagerService: Enable light sensor debug output" into ics-mr0

* commit '6b6bfb187412e4845c89d866eff0b87b6d0a5541':
  PowerManagerService: Enable light sensor debug output
This commit is contained in:
Mike Lockwood
2011-10-21 13:59:05 -07:00
committed by Android Git Automerger

View File

@@ -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);