Loading services/contentcapture/java/com/android/server/contentcapture/ContentCapturePerUserService.java +3 −0 Original line number Diff line number Diff line Loading @@ -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()); } } Loading Loading
services/contentcapture/java/com/android/server/contentcapture/ContentCapturePerUserService.java +3 −0 Original line number Diff line number Diff line Loading @@ -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()); } } Loading