Skip to content

Commit

Permalink
fixup! SystemUIGoogle: Implement adaptive charging based on Google ba…
Browse files Browse the repository at this point in the history
…ttery HAL

Change-Id: I9b026e1c47ee5af2d8f655c097ec0a4d48f9d4a8
  • Loading branch information
basamaryan committed Aug 10, 2023
1 parent 501fe49 commit 3916a80
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -36,8 +36,7 @@
import vendor.google.google_battery.IGoogleBattery;

public class AdaptiveChargingManager {

private static final boolean DEBUG = Log.isLoggable("AdaptiveChargingManager", 3);
private static final boolean DEBUG = false;
private static final String TAG = "AdaptiveChargingManager";

private Context mContext;
Expand Down

0 comments on commit 3916a80

Please sign in to comment.