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

Commit bfac00a2 authored by Filip Gruszczynski's avatar Filip Gruszczynski
Browse files

Better logging when starting window request is rejected.

Change-Id: Iba0469c7f00ab0cfe1901ef7e16a6e81cd045392
parent 385ba9a5
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;
                }