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

Commit 51b84496 authored by Mike Lockwood's avatar Mike Lockwood
Browse files

Revert "PowerManagerService: enable logging for when mPowerState changes."

This reverts commit 24ace339.

Bug b/2265538 (verbose logging from power manager)
parent f36b8f43
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)