You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RxJavaErrorHandler only gets invoked in SafeSubscriber._onError(ex). Given the use of operators as of RxJava 0.17.x, onErrors caught and handled by the onErrorResumeNext/onErrorReturn/... patterns don't propagate out to SafeSubscriber, and never get handled.