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

Commit 1d359daa authored by Olawale Ogunwale's avatar Olawale Ogunwale Committed by Gerrit Code Review
Browse files

Merge "Remove the window whose client process has died or become zombie"

parents f8cb672f 950ee77f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1434,6 +1434,11 @@ final class WindowState implements WindowManagerPolicy.WindowState {
            mOrientationChanging = false;
            mLastFreezeDuration = (int)(SystemClock.elapsedRealtime()
                    - mService.mDisplayFreezeTime);
            // We are assuming the hosting process is dead or in a zombie state.
            Slog.w(TAG, "Failed to report 'resized' to the client of " + this
                    + ", removing this window.");
            mService.mPendingRemove.add(this);
            mService.requestTraversalLocked();
        }
    }