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

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

am c9aa32e9: Merge "Fix dumpPowerState method"

* commit 'c9aa32e9':
  Fix dumpPowerState method
parents 60c77212 c9aa32e9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1103,6 +1103,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 " : "");
    }