Loading services/java/com/android/server/power/PowerManagerService.java +4 −3 Original line number Diff line number Diff line Loading @@ -2277,8 +2277,9 @@ public class PowerManagerService extends IPowerManager.Stub + ", duration:" + duration + ", current:" + currentValue); pw.println(" startSensorValue:" + startSensorValue + " endSensorValue:" + endSensorValue); pw.println(" startSensorValue:" + startSensorValue + " endSensorValue:" + endSensorValue); pw.println(" startTimeMillis:" + startTimeMillis + " now:" + SystemClock.elapsedRealtime()); pw.println(" currentMask:" + dumpPowerState(currentMask)); } public void animateTo(int target, int mask, int animationDuration) { Loading Loading
services/java/com/android/server/power/PowerManagerService.java +4 −3 Original line number Diff line number Diff line Loading @@ -2277,8 +2277,9 @@ public class PowerManagerService extends IPowerManager.Stub + ", duration:" + duration + ", current:" + currentValue); pw.println(" startSensorValue:" + startSensorValue + " endSensorValue:" + endSensorValue); pw.println(" startSensorValue:" + startSensorValue + " endSensorValue:" + endSensorValue); pw.println(" startTimeMillis:" + startTimeMillis + " now:" + SystemClock.elapsedRealtime()); pw.println(" currentMask:" + dumpPowerState(currentMask)); } public void animateTo(int target, int mask, int animationDuration) { Loading