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

Commit 8532e6fb authored by Filip Gruszczynski's avatar Filip Gruszczynski Committed by Android (Google) Code Review
Browse files

Merge "Better logging when starting window request is rejected."

parents b9983736 bfac00a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1790,7 +1790,7 @@ public class WindowManagerService extends IWindowManager.Stub
                }
                if (type == TYPE_APPLICATION_STARTING && atoken.firstWindowDrawn) {
                    // No need for this guy!
                    if (localLOGV) Slog.v(
                    if (DEBUG_STARTING_WINDOW || localLOGV) Slog.v(
                            TAG, "**** NO NEED TO START: " + attrs.getTitle());
                    return WindowManagerGlobal.ADD_STARTING_NOT_NEEDED;
                }