am 4fa46485: Merge "Update dumpsys power output." into jb-dev
* commit '4fa4648515c3c1f77a31da186a9fe31d6c509412': Update dumpsys power output.
This commit is contained in:
@@ -1240,7 +1240,7 @@ public class PowerManagerService extends IPowerManager.Stub
|
||||
+ " mLightSensorKeyboardBrightness=" + mLightSensorKeyboardBrightness);
|
||||
pw.println(" mUseSoftwareAutoBrightness=" + mUseSoftwareAutoBrightness);
|
||||
pw.println(" mAutoBrightessEnabled=" + mAutoBrightessEnabled);
|
||||
mScreenBrightnessAnimator.dump(pw, " mScreenBrightnessAnimator: ");
|
||||
mScreenBrightnessAnimator.dump(pw, "mScreenBrightnessAnimator: ");
|
||||
|
||||
int N = mLocks.size();
|
||||
pw.println();
|
||||
@@ -2305,8 +2305,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) {
|
||||
|
||||
Reference in New Issue
Block a user