Merge "Remove last learned battery capacity from battery checkin dump" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-05-11 19:22:53 +00:00
committed by Android (Google) Code Review

View File

@@ -3931,7 +3931,6 @@ public abstract class BatteryStats implements Parcelable {
getStartClockTime(),
whichBatteryScreenOffRealtime / 1000, whichBatteryScreenOffUptime / 1000,
getEstimatedBatteryCapacity(),
getLearnedBatteryCapacity(),
getMinLearnedBatteryCapacity(),
getMaxLearnedBatteryCapacity(),
screenDozeTime / 1000);