Turn on debug log for BaseActivity
Bug: 406230491 Test: presubmit Flag: EXEMPT logging Change-Id: Ie39dc12f0d6d245dc547f911120e13753e90a7af
This commit is contained in:
@@ -73,7 +73,8 @@ public abstract class BaseActivity extends Activity implements ActivityContext,
|
||||
DisplayInfoChangeListener {
|
||||
|
||||
private static final String TAG = "BaseActivity";
|
||||
static final boolean DEBUG = false;
|
||||
// TODO(b/406230491): Trun DEBUG back to false once done with investigation.
|
||||
static final boolean DEBUG = true;
|
||||
|
||||
public static final int INVISIBLE_BY_STATE_HANDLER = 1 << 0;
|
||||
public static final int INVISIBLE_BY_APP_TRANSITIONS = 1 << 1;
|
||||
|
||||
Reference in New Issue
Block a user