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

Commit 47222311 authored by Wale Ogunwale's avatar Wale Ogunwale Committed by Android (Google) Code Review
Browse files

Merge "Changed logging format of lost windows to reduce confusion." into nyc-dev

parents 6e666957 3756cfe4
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) {