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

Commit 0f36903c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Updating batterystats report version."

parents 026cd5e3 b78430e1
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -240,8 +240,11 @@ public abstract class BatteryStats implements Parcelable {
     * New in version 30:
     *   - Uid.PROCESS_STATE_FOREGROUND_SERVICE only tracks
     *   ActivityManager.PROCESS_STATE_FOREGROUND_SERVICE.
     * New in version 31:
     *   - New cellular network types.
     *   - Deferred job metrics.
     */
    static final int CHECKIN_VERSION = 30;
    static final int CHECKIN_VERSION = 31;

    /**
     * Old version, we hit 9 and ran out of room, need to remove.
+5 −1
Original line number Diff line number Diff line
@@ -226,7 +226,11 @@ message SystemProto {
      LTE = 13;
      EHRPD = 14;
      HSPAP = 15;
      OTHER = 16;
      GSM = 16;
      TD_SCDMA = 17;
      IWLAN = 18;
      LTE_CA = 19;
      OTHER = 20;
    };
    optional Name name = 1;
    optional TimerProto total = 2;