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

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

Merge "addModemTxPowerToHistory() made synchronized"

parents 2175b9a8 a67fb563
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11597,7 +11597,7 @@ public class BatteryStatsImpl extends BatteryStats {
     * time at the highest power level.
     * @param activityInfo
     */
    private void addModemTxPowerToHistory(final ModemActivityInfo activityInfo) {
    private synchronized void addModemTxPowerToHistory(final ModemActivityInfo activityInfo) {
        if (activityInfo == null) {
            return;
        }