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

Commit 458970da authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "BatteryStats: Add synchronization to BluetoothStats"

parents 9845f75a c357e68c
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) {