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

Commit 2208e743 authored by Adam Lesinski's avatar Adam Lesinski Committed by Kweku Adams
Browse files

Remove extraneous field from batterystats dumpsys

Change-Id: Iea913e993e61d114c499e6218ad0abf9a8e80690
parent 4f210363
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);