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

Commit 2cc32e8d authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Merge "Turn off the verbose logging in the AppBatteryTracker" into...

Merge "Merge "Turn off the verbose logging in the AppBatteryTracker" into tm-dev am: abeb3828 am: e615ba7f" into tm-d1-dev-plus-aosp am: be7a48cd

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18181706



Change-Id: I34a24e41f520a7651d57e8cdbb5a1b102626a26d
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 76355028 be7a48cd
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -56,7 +56,6 @@ import android.os.BatteryConsumer.Dimensions;
import android.os.BatteryStatsInternal;
import android.os.BatteryStatsInternal;
import android.os.BatteryUsageStats;
import android.os.BatteryUsageStats;
import android.os.BatteryUsageStatsQuery;
import android.os.BatteryUsageStatsQuery;
import android.os.Build;
import android.os.PowerExemptionManager;
import android.os.PowerExemptionManager;
import android.os.PowerExemptionManager.ReasonCode;
import android.os.PowerExemptionManager.ReasonCode;
import android.os.SystemClock;
import android.os.SystemClock;
@@ -97,7 +96,7 @@ final class AppBatteryTracker extends BaseAppStateTracker<AppBatteryPolicy>
    static final boolean DEBUG_BACKGROUND_BATTERY_TRACKER = false;
    static final boolean DEBUG_BACKGROUND_BATTERY_TRACKER = false;


    static final boolean DEBUG_BACKGROUND_BATTERY_TRACKER_VERBOSE =
    static final boolean DEBUG_BACKGROUND_BATTERY_TRACKER_VERBOSE =
            DEBUG_BACKGROUND_BATTERY_TRACKER | Build.IS_DEBUGGABLE;
            DEBUG_BACKGROUND_BATTERY_TRACKER | false;


    // As we don't support realtime per-UID battery usage stats yet, we're polling the stats
    // As we don't support realtime per-UID battery usage stats yet, we're polling the stats
    // in a regular time basis.
    // in a regular time basis.