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

Commit 972099c7 authored by Olawale Ogunwale's avatar Olawale Ogunwale Committed by Android Git Automerger
Browse files

am 1d359daa: Merge "Remove the window whose client process has died or become zombie"

* commit '1d359daa':
  Remove the window whose client process has died or become zombie
parents 8dda89ca 1d359daa
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1473,6 +1473,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();
        }
    }