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

Commit 3836a8a8 authored by YK Hung's avatar YK Hung Committed by Gerrit Code Review
Browse files

Merge "Fix errorprone warnings that should be errors"

parents 5125477d 37cfdc75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -629,7 +629,7 @@ public class BatteryChartPreferenceController extends AbstractPreferenceControll
        if (batteryHistoryMap == null || batteryHistoryMap.isEmpty()) {
            return null;
        }
        Log.d(TAG, String.format("getBatteryLast24HrData() size=%d time=&d/ms",
        Log.d(TAG, String.format("getBatteryLast24HrData() size=%d time=%d/ms",
            batteryHistoryMap.size(), (System.currentTimeMillis() - start)));
        final Map<Integer, List<BatteryDiffEntry>> batteryIndexedMap =
            ConvertUtils.getIndexedUsageMap(