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

Commit 778f1e65 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change Icfc893d2 into eclair

* changes:
  Fix for 2267410 : Battery use doesn't show CPU usage on non-wiped devices
parents 1d62ea9d cfc893d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ public final class BatteryStatsImpl extends BatteryStats {
    private static final int MAGIC = 0xBA757475; // 'BATSTATS' 

    // Current on-disk Parcel version
    private static final int VERSION = 41;
    private static final int VERSION = 42;

    private static int sNumSpeedSteps;