Dump App exit reason if the remote service died.
We received many bugs the ContentCaptureService entered zombie state but we don't know the reason why the process died. The issue timing didn't be captured in bugreport. Currently, the AbstractRemoteService will enter an odd state if the service cannot be reconnected. This state does not allow the requests be sent until the service be reconnected again on an unknown timing. In some cases, it is expected the service will not be reconnected. e.g. app stop from settings. We should fix the problem in the AbstractRemoteService but before doing this, we try to add debugging signal in bugreport to help us understand if the existing issues come from this odd state for reasonable reasons. Bug: 248218072 Bug: 250859760 Test: disable app and dumpsys content_capture Change-Id: Ia33462006a3925754001562b0d80540b9b0bc45d
Loading
Please register or sign in to comment