Loading services/core/java/com/android/server/am/RecentsAnimation.java +1 −2 Original line number Diff line number Diff line Loading @@ -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; Loading services/core/java/com/android/server/wm/WindowManagerDebugConfig.java +2 −3 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
services/core/java/com/android/server/am/RecentsAnimation.java +1 −2 Original line number Diff line number Diff line Loading @@ -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; Loading
services/core/java/com/android/server/wm/WindowManagerDebugConfig.java +2 −3 Original line number Diff line number Diff line Loading @@ -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; Loading