Merge commit '11c89c48281dd75da20b0649e5b6e19b057901eb' * commit '11c89c48281dd75da20b0649e5b6e19b057901eb': Revert "PowerManagerService: enable logging for when mPowerState changes."
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user