am aac4184a: Merge "Revert "PowerManagerService: Enable light sensor debug output"" into ics-mr0

* commit 'aac4184a5a0ab969140a11e1ef258fcb4cba07a9':
  Revert "PowerManagerService: Enable light sensor debug output"
This commit is contained in:
Mike Lockwood
2011-10-27 13:51:04 +00: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 = (true || mSpew);
private static final boolean mDebugLightSensor = (false || mSpew);
private native void nativeInit();
private native void nativeSetPowerState(boolean screenOn, boolean screenBright);