Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3dfe9e9c authored by Dmitri Plotnikov's avatar Dmitri Plotnikov
Browse files

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
parent 1e577bb2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3930,7 +3930,6 @@ public abstract class BatteryStats implements Parcelable {
                getStartClockTime(),
                whichBatteryScreenOffRealtime / 1000, whichBatteryScreenOffUptime / 1000,
                getEstimatedBatteryCapacity(),
                getLearnedBatteryCapacity(),
                getMinLearnedBatteryCapacity(),
                getMaxLearnedBatteryCapacity(),
                screenDozeTime / 1000);