Merge "Update dumpsys power output." into jb-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4fa4648515
@@ -1238,7 +1238,7 @@ public class PowerManagerService extends IPowerManager.Stub
|
|||||||
+ " mLightSensorKeyboardBrightness=" + mLightSensorKeyboardBrightness);
|
+ " mLightSensorKeyboardBrightness=" + mLightSensorKeyboardBrightness);
|
||||||
pw.println(" mUseSoftwareAutoBrightness=" + mUseSoftwareAutoBrightness);
|
pw.println(" mUseSoftwareAutoBrightness=" + mUseSoftwareAutoBrightness);
|
||||||
pw.println(" mAutoBrightessEnabled=" + mAutoBrightessEnabled);
|
pw.println(" mAutoBrightessEnabled=" + mAutoBrightessEnabled);
|
||||||
mScreenBrightnessAnimator.dump(pw, " mScreenBrightnessAnimator: ");
|
mScreenBrightnessAnimator.dump(pw, "mScreenBrightnessAnimator: ");
|
||||||
|
|
||||||
int N = mLocks.size();
|
int N = mLocks.size();
|
||||||
pw.println();
|
pw.println();
|
||||||
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user