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

* commit '972099c752d97ed8235eab59cabc7f722c7fab95':
  Remove the window whose client process has died or become zombie
This commit is contained in:
Olawale Ogunwale
2015-04-04 16:39:28 +00:00
committed by Android Git Automerger

View File

@@ -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();
}
}