Loading core/java/android/app/prediction/AppPredictor.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -260,6 +260,7 @@ public final class AppPredictor { Log.e(TAG, "Failed to notify app target event", e); Log.e(TAG, "Failed to notify app target event", e); e.rethrowAsRuntimeException(); e.rethrowAsRuntimeException(); } } mRegisteredCallbacks.clear(); } else { } else { throw new IllegalStateException("This client has already been destroyed."); throw new IllegalStateException("This client has already been destroyed."); } } Loading Loading
core/java/android/app/prediction/AppPredictor.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -260,6 +260,7 @@ public final class AppPredictor { Log.e(TAG, "Failed to notify app target event", e); Log.e(TAG, "Failed to notify app target event", e); e.rethrowAsRuntimeException(); e.rethrowAsRuntimeException(); } } mRegisteredCallbacks.clear(); } else { } else { throw new IllegalStateException("This client has already been destroyed."); throw new IllegalStateException("This client has already been destroyed."); } } Loading