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

Commit 67da267f authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

[DO NOT MERGE] Reset mTrackingReportedValues in endSample() am: 7293dfca

Change-Id: Ic79aa39d2578c4625c3e92e5ba46dde7df239b0e
parents 653fadc8 7293dfca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1869,6 +1869,7 @@ public class BatteryStatsImpl extends BatteryStats {
            mCount = computeCurrentCountLocked();
            mUnpluggedReportedTotalTime = mCurrentReportedTotalTime = 0;
            mUnpluggedReportedCount = mCurrentReportedCount = 0;
            mTrackingReportedValues = false;
        }
        public void setUpdateVersion(int version) {