From 5108e81ffc801f35f688d2cc699b0640bad22bfc Mon Sep 17 00:00:00 2001 From: Jing Ji Date: Thu, 18 Jan 2024 12:07:52 -0800 Subject: Turn off the AppBatteryTracker and AppBatteryExemptionTracker As the overhead of querying the BatteryUsageStats is still high. Bug: 320534282 Test: dumpsys activity -a Change-Id: I9ac1bec9e0fe16c4362cfe209a3914ead4987920 --- core/res/res/values/config.xml | 2 +- .../core/java/com/android/server/am/AppBatteryExemptionTracker.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 5be29a6d68b8..2241197ed806 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -6600,7 +6600,7 @@ - true + false