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

Commit 3756cfe4 authored by Wale Ogunwale's avatar Wale Ogunwale
Browse files

Changed logging format of lost windows to reduce confusion.

Bug: 27396828
Change-Id: I1ffbd69738f4baeda542908d23d591d1f30bc444
parent 3f3d42e0
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -8777,9 +8777,9 @@ public class WindowManagerService extends IWindowManager.Stub
        i -= lastBelow;
        if (i != numRemoved) {
            displayContent.layoutNeeded = true;
            Slog.w(TAG_WM, "On display=" + displayContent.getDisplayId() + " Rebuild removed " +
                    numRemoved + " windows but added " + i,
                    new RuntimeException("here").fillInStackTrace());
            Slog.w(TAG_WM, "On display=" + displayContent.getDisplayId() + " Rebuild removed "
                    + numRemoved + " windows but added " + i + " rebuildAppWindowListLocked() "
                    + " callers=" + Debug.getCallers(10));
            for (i = 0; i < numRemoved; i++) {
                WindowState ws = mRebuildTmp[i];
                if (ws.mRebuilding) {