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

Commit bb413297 authored by Bookatz's avatar Bookatz Committed by android-build-merger
Browse files

Merge "Bump parcel version to reset batterystats" into oc-mr1-dev am: 26e02181

am: 83448123

Change-Id: Id1d4aaaacb2c876b32c549e2322f57718d141c38
parents 0968c6de 83448123
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ public class BatteryStatsImpl extends BatteryStats {
    private static final int MAGIC = 0xBA757475; // 'BATSTATS'

    // Current on-disk Parcel version
    private static final int VERSION = 163 + (USE_OLD_HISTORY ? 1000 : 0);
    private static final int VERSION = 164 + (USE_OLD_HISTORY ? 1000 : 0);

    // Maximum number of items we will record in the history.
    private static final int MAX_HISTORY_ITEMS;