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

Commit 7fb55c66 authored by Adam Lesinski's avatar Adam Lesinski Committed by Android Git Automerger
Browse files

am e171e34e: am 18f84162: Merge "BatteryStats: Enable bluetooth energy collection" into mnc-dev

* commit 'e171e34e':
  BatteryStats: Enable bluetooth energy collection
parents 85f82784 e171e34e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7721,7 +7721,7 @@ public final class BatteryStatsImpl extends BatteryStats {
     * @param info The energy information from the bluetooth controller.
     */
    public void updateBluetoothStateLocked(@Nullable final BluetoothActivityEnergyInfo info) {
        if (info != null && mOnBatteryInternal && false) {
        if (info != null && mOnBatteryInternal) {
            mHasBluetoothEnergyReporting = true;
            mBluetoothActivityCounters[CONTROLLER_RX_TIME].addCountLocked(
                    info.getControllerRxTimeMillis());