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

Commit 6cad2131 authored by Adam Lesinski's avatar Adam Lesinski Committed by android-build-merger
Browse files

Remove extraneous field from batterystats dumpsys am: 2208e743

am: b3d75618

* commit 'b3d75618':
  Remove extraneous field from batterystats dumpsys
parents 5ae9c078 b3d75618
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2827,7 +2827,7 @@ public abstract class BatteryStats implements Parcelable {
        final long wifiOnTime = getWifiOnTime(rawRealtime, which);
        final long wifiRunningTime = getGlobalWifiRunningTime(rawRealtime, which);
        dumpLine(pw, 0 /* uid */, category, GLOBAL_WIFI_DATA, wifiOnTime / 1000,
                wifiRunningTime / 1000, /* legacy fields follow, keep at 0 */ 0, 0, 0, 0);
                wifiRunningTime / 1000, /* legacy fields follow, keep at 0 */ 0, 0, 0);

        dumpControllerActivityLine(pw, 0 /* uid */, category, GLOBAL_WIFI_CONTROLLER_DATA,
                getWifiControllerActivity(), which);