Skip to content

1.x: add missing RxJavaHooks options, fix bugs #4182

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

Merged
merged 1 commit into from
Jul 9, 2016

Conversation

akarnokd
Copy link
Member

@akarnokd akarnokd commented Jul 9, 2016

These PR adds the remaining hooks which weren't even tested with the original RxJavaPlugins plus a full coverage of the RxJavaHooks itself.

This is a mandatory addition and 1.1.7 can't be released without it (i.e., with an incomplete RxJavaHooks that is).


Thread.currentThread().setUncaughtExceptionHandler(null);

// this will be printed on the console and should not crash
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could actually test this by setting System.err to something that records, but it would be a bit much.

@JakeWharton
Copy link
Contributor

Lgtm 👍

@akarnokd
Copy link
Member Author

akarnokd commented Jul 9, 2016

Thanks @JakeWharton . Travis CI doesn't execute the build for like 30 minutes now...

@akarnokd akarnokd merged commit cf154b1 into ReactiveX:1.x Jul 9, 2016
@akarnokd akarnokd deleted the RxJavaHooksAddMissing branch July 9, 2016 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants