Merge "Disable recents/remote animation logging" into pi-dev
This commit is contained in:
@@ -52,8 +52,7 @@ import com.android.server.wm.WindowManagerService;
|
||||
class RecentsAnimation implements RecentsAnimationCallbacks,
|
||||
ActivityDisplay.OnStackOrderChangedListener {
|
||||
private static final String TAG = RecentsAnimation.class.getSimpleName();
|
||||
// TODO (b/73188263): Reset debugging flags
|
||||
private static final boolean DEBUG = true;
|
||||
private static final boolean DEBUG = false;
|
||||
|
||||
private final ActivityManagerService mService;
|
||||
private final ActivityStackSupervisor mStackSupervisor;
|
||||
|
||||
@@ -74,9 +74,8 @@ public class WindowManagerDebugConfig {
|
||||
static final boolean SHOW_STACK_CRAWLS = false;
|
||||
static final boolean DEBUG_WINDOW_CROP = false;
|
||||
static final boolean DEBUG_UNKNOWN_APP_VISIBILITY = false;
|
||||
// TODO (b/73188263): Reset debugging flags
|
||||
static final boolean DEBUG_RECENTS_ANIMATIONS = true;
|
||||
static final boolean DEBUG_REMOTE_ANIMATIONS = DEBUG_APP_TRANSITIONS || true;
|
||||
static final boolean DEBUG_RECENTS_ANIMATIONS = false;
|
||||
static final boolean DEBUG_REMOTE_ANIMATIONS = DEBUG_APP_TRANSITIONS || false;
|
||||
|
||||
static final String TAG_KEEP_SCREEN_ON = "DebugKeepScreenOn";
|
||||
static final boolean DEBUG_KEEP_SCREEN_ON = false;
|
||||
|
||||
Reference in New Issue
Block a user