Merge "Revert "PowerManagerService: Enable light sensor debug output"" into ics-mr0
This commit is contained in:
committed by
Android (Google) Code Review
commit
aac4184a5a
@ -264,7 +264,7 @@ public class PowerManagerService extends IPowerManager.Stub
|
|||||||
// could be either static or controllable at runtime
|
// could be either static or controllable at runtime
|
||||||
private static final boolean mSpew = false;
|
private static final boolean mSpew = false;
|
||||||
private static final boolean mDebugProximitySensor = (false || mSpew);
|
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 nativeInit();
|
||||||
private native void nativeSetPowerState(boolean screenOn, boolean screenBright);
|
private native void nativeSetPowerState(boolean screenOn, boolean screenBright);
|
||||||
|
Reference in New Issue
Block a user