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

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

am c8c3539d: am eec946aa: am ee6046ad: am 00f7cb92: Merge "BatteryStats:...

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

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