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

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

am 0d829149: am f8c4af65: Merge change I51b84496 into eclair

Merge commit '0d829149' into eclair-mr2-plus-aosp

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