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

Commit 7e53cb71 authored by Hui Yu's avatar Hui Yu Committed by Android (Google) Code Review
Browse files

Merge "[DO NOT MERGE] Reset mTrackingReportedValues in endSample()" into qt-qpr1-dev

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