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

Commit 890efce1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "BatteryStats: Fix BleScan apportioning"

parents e75c410a f1d860dd
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -11725,7 +11725,6 @@ public class BatteryStatsImpl extends BatteryStats {
                        Slog.d(TAG, "UID=" + uid + " rx_bytes=" + rxBytes + " rx_time=" + timeRxMs);
                    }
                    counter.getRxTimeCounter().addCountLocked(timeRxMs);
                    leftOverRxTimeMs -= timeRxMs;
                }
                if (totalTxBytes > 0 && txBytes > 0) {
@@ -11734,7 +11733,6 @@ public class BatteryStatsImpl extends BatteryStats {
                        Slog.d(TAG, "UID=" + uid + " tx_bytes=" + txBytes + " tx_time=" + timeTxMs);
                    }
                    counter.getTxTimeCounters()[0].addCountLocked(timeTxMs);
                    leftOverTxTimeMs -= timeTxMs;
                }
            }
        }