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

Commit d707da9c authored by zhouwenjie's avatar zhouwenjie
Browse files

Upate BatteryStats version after fixing mMinLearnedBatteryCapacity

calculation.

Bug: 111132682
Test: manual
Change-Id: Ie2964bbc8480c8758b7b54e25ec9e95a329a2285
parent 69a144a8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -247,8 +247,10 @@ public abstract class BatteryStats implements Parcelable {
     *   - Deferred job metrics.
     * New in version 32:
     *   - Ambient display properly output in data dump.
     * New in version 33:
     *   - Fixed bug in min learned capacity updating process.
     */
    static final int CHECKIN_VERSION = 32;
    static final int CHECKIN_VERSION = 33;

    /**
     * Old version, we hit 9 and ran out of room, need to remove.