RxJavaDebug
RxJavaDebug copied to clipboard
Is there similar library like this that supports RxJava 2?
Is there similar library like this that supports RxJava 2?
You could try https://github.com/akaita/RxJava2Debug
Edit: on close examination, that seems to be about providing better stack traces for RX exceptions. Might still be useful depending on your use case