Loading services/core/java/com/android/server/wm/AppWindowContainerController.java +6 −3 Original line number Diff line number Diff line Loading @@ -632,10 +632,13 @@ public class AppWindowContainerController mContainer.startingSurface = null; mContainer.startingWindow = null; mContainer.startingDisplayed = false; if (surface == null && DEBUG_STARTING_WINDOW) { if (surface == null) { if (DEBUG_STARTING_WINDOW) { Slog.v(TAG_WM, "startingWindow was set but startingSurface==null, couldn't " + "remove"); } return; } } else { if (DEBUG_STARTING_WINDOW) { Slog.v(TAG_WM, "Tried to remove starting window but startingWindow was null:" Loading Loading
services/core/java/com/android/server/wm/AppWindowContainerController.java +6 −3 Original line number Diff line number Diff line Loading @@ -632,10 +632,13 @@ public class AppWindowContainerController mContainer.startingSurface = null; mContainer.startingWindow = null; mContainer.startingDisplayed = false; if (surface == null && DEBUG_STARTING_WINDOW) { if (surface == null) { if (DEBUG_STARTING_WINDOW) { Slog.v(TAG_WM, "startingWindow was set but startingSurface==null, couldn't " + "remove"); } return; } } else { if (DEBUG_STARTING_WINDOW) { Slog.v(TAG_WM, "Tried to remove starting window but startingWindow was null:" Loading