Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4fed7dc authored by Mike Lockwood's avatar Mike Lockwood Committed by Android Git Automerger
Browse files

am de342a01: Merge change Idcd98310 into eclair

Merge commit 'de342a01' into eclair-mr2

* commit 'de342a01':
  PowerManagerService: enable logging for when mPowerState changes.
parents 0b9d3ba2 de342a01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1364,7 +1364,7 @@ class PowerManagerService extends IPowerManager.Stub
            boolean oldScreenOn = (mPowerState & SCREEN_ON_BIT) != 0;
            boolean newScreenOn = (newState & SCREEN_ON_BIT) != 0;

            if (mSpew) {
            if (mPowerState != newState) {
                Log.d(TAG, "setPowerState: mPowerState=" + mPowerState
                        + " newState=" + newState + " noChangeLights=" + noChangeLights);
                Log.d(TAG, "  oldKeyboardBright=" + ((mPowerState & KEYBOARD_BRIGHT_BIT) != 0)