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

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

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

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

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