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

Commit 18d200fd authored by Mike Chan's avatar Mike Chan
Browse files

BatteryStatsImpl: initalize audio timer



Signed-off-by: default avatarMike Chan <mike@android.com>
parent 8cc99938
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2705,6 +2705,7 @@ public final class BatteryStatsImpl extends BatteryStats {
        mWifiOnTimer = new StopwatchTimer(-3, null, mUnpluggables);
        mWifiRunningTimer = new StopwatchTimer(-4, null, mUnpluggables);
        mBluetoothOnTimer = new StopwatchTimer(-5, null, mUnpluggables);
        mAudioOnTimer = new StopwatchTimer(-6, null, mUnpluggables);
        mOnBattery = mOnBatteryInternal = false;
        mTrackBatteryPastUptime = 0;
        mTrackBatteryPastRealtime = 0;