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

Commit c357e68c authored by Adam Lesinski's avatar Adam Lesinski
Browse files

BatteryStats: Add synchronization to BluetoothStats

Test: none
Change-Id: Iba61f6d6e8332fc63e38d5534192ff3dac7e4439
parent 0e35073e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1041,8 +1041,10 @@ public final class BatteryStatsService extends IBatteryStats.Stub
            return;
        }

        synchronized (mStats) {
            mStats.updateBluetoothStateLocked(info);
        }
    }

    @Override
    public void noteModemControllerActivity(ModemActivityInfo info) {