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

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

BatteryStatsHelper: Bluetooth wasn't being included in usage list

Bug:20892246
Change-Id: I6eaf204a2cd970ff75704be22c9006fe4dc696cd
parent 038959e8
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -615,6 +615,7 @@ public final class BatteryStatsHelper {
                mStatsType);
                mStatsType);
        if (bs.sumPower() > 0) {
        if (bs.sumPower() > 0) {
            aggregateSippers(bs, mBluetoothSippers, "Bluetooth");
            aggregateSippers(bs, mBluetoothSippers, "Bluetooth");
            mUsageList.add(bs);
        }
        }
    }
    }