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

Commit 89d1f707 authored by Adam Lesinski's avatar Adam Lesinski Committed by Android Git Automerger
Browse files

am 47247e72: am ce27996c: Merge "BatteryStatsHelper: Bluetooth wasn\'t being...

am 47247e72: am ce27996c: Merge "BatteryStatsHelper: Bluetooth wasn\'t being included in usage list" into mnc-dev

* commit '47247e72':
  BatteryStatsHelper: Bluetooth wasn't being included in usage list
parents 2d33fbeb 47247e72
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -615,6 +615,7 @@ public final class BatteryStatsHelper {
                mStatsType);
        if (bs.sumPower() > 0) {
            aggregateSippers(bs, mBluetoothSippers, "Bluetooth");
            mUsageList.add(bs);
        }
    }