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

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

am f8c4af65: Merge change I51b84496 into eclair

Merge commit 'f8c4af65' into eclair-mr2

* commit 'f8c4af65':
  Revert "PowerManagerService: enable logging for when mPowerState changes."
parents 4b26bab8 f8c4af65
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)