RxJava2Debug
RxJava2Debug copied to clipboard
[Question] Do this library intended to work with Crashlytics only?
Is it possible to use this library without Crashlytics? I need to view exceptions in Android Studio logcat only.
The library wraps throwables you give it, it does not depend on Crashlytics in any way. You can process wrapped throwables however you want (e.g. feed them to logcat only).