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

Commit a8e46828 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am c99e6ee2: am c9aa32e9: Merge "Fix dumpPowerState method"

* commit 'c99e6ee2':
  Fix dumpPowerState method
parents 2203fab2 c99e6ee2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1157,6 +1157,8 @@ public class PowerManagerService extends IPowerManager.Stub
                        ? "SCREEN_BRIGHT_BIT " : "")
                + (((state & SCREEN_ON_BIT) != 0)
                        ? "SCREEN_ON_BIT " : "")
                + (((state & BUTTON_BRIGHT_BIT) != 0)
                        ? "BUTTON_BRIGHT_BIT " : "")
                + (((state & BATTERY_LOW_BIT) != 0)
                        ? "BATTERY_LOW_BIT " : "");
    }