am 1d359daa: Merge "Remove the window whose client process has died or become zombie"
* commit '1d359daa607042417d095aaa83b78befc1b5f8a3': Remove the window whose client process has died or become zombie
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user