Merge "Add logging for remote service died for CCAPI." into sc-v2-dev

This commit is contained in:
Jieru Shi
2021-10-05 02:53:20 +00:00
committed by Android (Google) Code Review

View File

@@ -190,6 +190,9 @@ final class ContentCapturePerUserService
Slog.w(TAG, "remote service died: " + service);
synchronized (mLock) {
mZombie = true;
writeServiceEvent(
FrameworkStatsLog.CONTENT_CAPTURE_SERVICE_EVENTS__EVENT__ON_REMOTE_SERVICE_DIED,
getServiceComponentName());
}
}