am f8c4af65: Merge change I51b84496 into eclair
Merge commit 'f8c4af65e8f9c7f395ac8eb52fe741242f6747b6' into eclair-mr2 * commit 'f8c4af65e8f9c7f395ac8eb52fe741242f6747b6': Revert "PowerManagerService: enable logging for when mPowerState changes."
This commit is contained in:
@@ -1403,7 +1403,7 @@ class PowerManagerService extends IPowerManager.Stub
|
||||
boolean oldScreenOn = (mPowerState & SCREEN_ON_BIT) != 0;
|
||||
boolean newScreenOn = (newState & SCREEN_ON_BIT) != 0;
|
||||
|
||||
if (mPowerState != newState) {
|
||||
if (mSpew) {
|
||||
Log.d(TAG, "setPowerState: mPowerState=" + mPowerState
|
||||
+ " newState=" + newState + " noChangeLights=" + noChangeLights);
|
||||
Log.d(TAG, " oldKeyboardBright=" + ((mPowerState & KEYBOARD_BRIGHT_BIT) != 0)
|
||||
|
||||
Reference in New Issue
Block a user