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

Commit 9335d414 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

am 778f1e65: Merge change Icfc893d2 into eclair

Merge commit '778f1e65' into eclair-mr2

* commit '778f1e65':
  Fix for 2267410 : Battery use doesn't show CPU usage on non-wiped devices
parents 8c7d9eab 778f1e65
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;