Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9e5cb3f authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Disable recents/remote animation logging" into pi-dev

parents b5dac6f6 44a7e2ec
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;
+2 −3
Original line number Diff line number Diff line
@@ -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;