Disabling debug log as the associated bug is closed
Bug: 154951045 Change-Id: I2e503c6d2f0a9f694ee1f88167924114fe495c2f
This commit is contained in:
@@ -71,7 +71,7 @@ import java.util.function.IntConsumer;
|
||||
public final class RecentsOrientedState implements SharedPreferences.OnSharedPreferenceChangeListener {
|
||||
|
||||
private static final String TAG = "RecentsOrientedState";
|
||||
private static final boolean DEBUG = true;
|
||||
private static final boolean DEBUG = false;
|
||||
|
||||
private ContentObserver mSystemAutoRotateObserver = new ContentObserver(new Handler()) {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user