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

Commit 134c59bb authored by Kweku Adams's avatar Kweku Adams
Browse files

Renaming the second active event to avoid confusion.

BUG: 23532995
Test: make -j 32 ...

Change-Id: I8d44e98520f40f46727cb57ba77932eee2b1b0ea
parent 98d1dba2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2042,8 +2042,8 @@ public abstract class BatteryStats implements Parcelable {

    public static final String[] HISTORY_EVENT_NAMES = new String[] {
            "null", "proc", "fg", "top", "sync", "wake_lock_in", "job", "user", "userfg", "conn",
            "active", "pkginst", "pkgunin", "alarm", "stats", "inactive", "active", "tmpwhitelist",
            "screenwake", "wakeupap", "longwake", "est_capacity"
            "active", "pkginst", "pkgunin", "alarm", "stats", "pkginactive", "pkgactive",
            "tmpwhitelist", "screenwake", "wakeupap", "longwake", "est_capacity"
    };

    public static final String[] HISTORY_EVENT_CHECKIN_NAMES = new String[] {