Merge "Log ThemeOverlayController debug logs" into sc-dev

This commit is contained in:
James O'Leary
2021-04-07 15:00:00 +00:00
committed by Android (Google) Code Review

View File

@@ -81,7 +81,7 @@ import javax.inject.Inject;
@SysUISingleton
public class ThemeOverlayController extends SystemUI implements Dumpable {
protected static final String TAG = "ThemeOverlayController";
private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
private static final boolean DEBUG = true;
protected static final int NEUTRAL = 0;
protected static final int ACCENT = 1;