Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync HandlerScheduler error handling with RxJava impl. #391

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants