Remove last learned battery capacity from battery checkin dump
Test: cts-tradefed run cts-dev -m CtsDumpsysHostTestCases -t android.dumpsys.cts.BatteryStatsDumpsysTest Bug: 187470619 Change-Id: Ide69435651463e9513af2a9c2f3ab1abb8b83382
This commit is contained in:
@@ -3930,7 +3930,6 @@ public abstract class BatteryStats implements Parcelable {
|
||||
getStartClockTime(),
|
||||
whichBatteryScreenOffRealtime / 1000, whichBatteryScreenOffUptime / 1000,
|
||||
getEstimatedBatteryCapacity(),
|
||||
getLearnedBatteryCapacity(),
|
||||
getMinLearnedBatteryCapacity(),
|
||||
getMaxLearnedBatteryCapacity(),
|
||||
screenDozeTime / 1000);
|
||||
|
||||
Reference in New Issue
Block a user