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

Commit 7c64f006 authored by Dmitri Plotnikov's avatar Dmitri Plotnikov Committed by Android (Google) Code Review
Browse files

Merge "Check disable_system_service_power_attr flag" into main

parents a38c05d6 dd072698
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -13854,7 +13854,9 @@ public class BatteryStatsImpl extends BatteryStats {
            mNumAllUidCpuTimeReads += 2;
        }
        if (!Flags.disableSystemServicePowerAttr()) {
            updateSystemServerThreadStats();
        }
        if (powerAccumulator != null) {
            updateCpuEnergyConsumerStatsLocked(cpuClusterChargeUC, powerAccumulator);