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

Commit 97c4208d authored by Dmitri Plotnikov's avatar Dmitri Plotnikov
Browse files

Fix label mismatch in checkin event names array

Change-Id: I83334b78c62a5dbf36c419be5cc26788714002c0
Test: adb dumpsys batterystats --checkin
Flag: EXEMPT_bugfix
parent 2d351559
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -3088,8 +3088,9 @@ public abstract class BatteryStats {

    public static final String[] HISTORY_EVENT_CHECKIN_NAMES = new String[] {
            "Enl", "Epr", "Efg", "Etp", "Esy", "Ewl", "Ejb", "Eur", "Euf", "Ecn",
            "Eac", "Epi", "Epu", "Eal", "Est", "Eai", "Eaa", "Etw",
            "Esw", "Ewa", "Elw", "Eec", "Esc", "Eds"
            "Eac", "Epi", "Epu", "Eal", "Est", "Eai", "Eaa",
            "Etw", "Esw", "Ewa", "Elw", "Esc",
            "Eds"
    };

    @FunctionalInterface