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

Commit 81b80d3e authored by Adam Lesinski's avatar Adam Lesinski Committed by Android Git Automerger
Browse files

am 59bd2ae1: am c8c3539d: am eec946aa: am ee6046ad: am 00f7cb92: Merge...

am 59bd2ae1: am c8c3539d: am eec946aa: am ee6046ad: am 00f7cb92: Merge "BatteryStats: include mobile radio active count and unknown time in checkin" into mnc-dev

* commit '59bd2ae1':
  BatteryStats: include mobile radio active count and unknown time in checkin
parents 267efea9 59bd2ae1
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2615,7 +2615,9 @@ public abstract class BatteryStats implements Parcelable {
                getMobileRadioActiveAdjustedTime(which) / 1000, interactiveTime / 1000,
                powerSaveModeEnabledTime / 1000, connChanges, deviceIdleModeEnabledTime / 1000,
                getDeviceIdleModeEnabledCount(which), deviceIdlingTime / 1000,
                getDeviceIdlingCount(which));
                getDeviceIdlingCount(which),
                getMobileRadioActiveCount(which),
                getMobileRadioActiveUnknownTime(which) / 1000);
        
        // Dump screen brightness stats
        Object[] args = new Object[NUM_SCREEN_BRIGHTNESS_BINS];