Merge "Update dumpsys power output." into jb-dev

This commit is contained in:
Craig Mautner
2012-06-28 09:56:47 -07:00
committed by Android (Google) Code Review

View File

@@ -2303,8 +2303,9 @@ public class PowerManagerService extends IPowerManager.Stub
+ ", duration:" + duration + ", current:" + currentValue); + ", duration:" + duration + ", current:" + currentValue);
pw.println(" startSensorValue:" + startSensorValue pw.println(" startSensorValue:" + startSensorValue
+ " endSensorValue:" + endSensorValue); + " endSensorValue:" + endSensorValue);
pw.println(" startSensorValue:" + startSensorValue pw.println(" startTimeMillis:" + startTimeMillis
+ " endSensorValue:" + endSensorValue); + " now:" + SystemClock.elapsedRealtime());
pw.println(" currentMask:" + dumpPowerState(currentMask));
} }
public void animateTo(int target, int mask, int animationDuration) { public void animateTo(int target, int mask, int animationDuration) {