Loading core/java/com/android/internal/infra/AbstractRemoteService.java +5 −0 Original line number Diff line number Diff line Loading @@ -480,6 +480,11 @@ public abstract class AbstractRemoteService<S extends AbstractRemoteService<S, I return mDestroyed; } @Override public String toString() { return getClass().getSimpleName() + "[" + mComponentName + "]"; } /** * Base class for the requests serviced by the remote service. * Loading services/contentcapture/java/com/android/server/contentcapture/ContentCapturePerUserService.java +2 −4 Original line number Diff line number Diff line Loading @@ -177,10 +177,8 @@ final class ContentCapturePerUserService @Override // from ContentCaptureServiceCallbacks public void onServiceDied(@NonNull RemoteContentCaptureService service) { if (mMaster.debug) Slog.d(TAG, "remote service died: " + service); synchronized (mLock) { removeSelfFromCacheLocked(); } // Don't do anything; eventually the system will bind to it again... Slog.w(TAG, "remote service died: " + service); } // TODO(b/119613670): log metrics Loading Loading
core/java/com/android/internal/infra/AbstractRemoteService.java +5 −0 Original line number Diff line number Diff line Loading @@ -480,6 +480,11 @@ public abstract class AbstractRemoteService<S extends AbstractRemoteService<S, I return mDestroyed; } @Override public String toString() { return getClass().getSimpleName() + "[" + mComponentName + "]"; } /** * Base class for the requests serviced by the remote service. * Loading
services/contentcapture/java/com/android/server/contentcapture/ContentCapturePerUserService.java +2 −4 Original line number Diff line number Diff line Loading @@ -177,10 +177,8 @@ final class ContentCapturePerUserService @Override // from ContentCaptureServiceCallbacks public void onServiceDied(@NonNull RemoteContentCaptureService service) { if (mMaster.debug) Slog.d(TAG, "remote service died: " + service); synchronized (mLock) { removeSelfFromCacheLocked(); } // Don't do anything; eventually the system will bind to it again... Slog.w(TAG, "remote service died: " + service); } // TODO(b/119613670): log metrics Loading