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

Commit ce27996c authored by Adam Lesinski's avatar Adam Lesinski Committed by Android (Google) Code Review
Browse files

Merge "BatteryStatsHelper: Bluetooth wasn't being included in usage list" into mnc-dev

parents 7020a137 ee36c286
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);
        }
        }
    }
    }