Skip to content

Conversation

artem-zinnatullin
Copy link
Contributor

This PR syncs error handling of HandlerScheduler with error handling of RxJava schedulers by simply delivering exception as is to the RxJavaPlugins' error handler.

RxJavaPlugins not only delivers exception to the Thread.UncaughtExceptionHandler by default, but also allows user to actually override and customize this behavior.
Current RxAndroid implementation delivers exception to UncaughtExceptionHandler unconditionally.

Resolves #390.

@akarnokd, @JakeWharton PTAL

@JakeWharton JakeWharton merged commit c2dc1e8 into ReactiveX:2.x Aug 22, 2017
@artem-zinnatullin artem-zinnatullin deleted the az/sync-scheduler-error-handler-with-rxjava branch October 27, 2017 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants