android: Ignore calls to stopped connection
There is a race during an unexpected process death. |rebind| and |updateGroupImportance| are called from content code which are notified of process death through IPC code. ChildProcessConnection is also notified of process death directly from Android in onServiceDisconnected. So it is possible Android notices the death and delivers the message first while content code is still trying to access the connection. Simply ignore these calls in that case. Fixes: 1026626 Fixes: 1033577 Change-Id: I13eb65fb796e7a8999f781ae11df23c69d40161a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2031866Reviewed-by:ssid <ssid@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#738167}
Showing
Please register or sign in to comment