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

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

am ee6046ad: am 00f7cb92: Merge "BatteryStats: include mobile radio active...

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

* commit 'ee6046ad':
  BatteryStats: include mobile radio active count and unknown time in checkin
parents 7ab51f50 ee6046ad
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];