Merge "Log ThemeOverlayController debug logs" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
fa6149949b
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user