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

Commit 8321eb37 authored by Mike Chan's avatar Mike Chan Committed by Android (Google) Code Review
Browse files

Merge "BatteryStatsImpl: initalize audio timer"

parents 732ebb1b 18d200fd
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;