RxJava2Debug
RxJava2Debug copied to clipboard
RxJava 2.x extension to provide meaningful Stack Traces
Is it possible to use this library without Crashlytics? I need to view exceptions in Android Studio logcat only.
RxJava version : 2.2.8 & 2.2.1 (tested in both versions) RxJava2Debug version : 1.4.0 ## Code (in Kotlin, in Android) ```kt val tmp = Observable.just(Unit) .flatMap { Observable.just(1, 2).delay(1000, TimeUnit.MILLISECONDS)...
I integrated this library into a project that **heavily** uses RxJava. Unfortunately enabling the assembly tracking resulted in a non-acceptable performance drop. Profiling without RxJava2Debug:  Profiling with RxJava2Debug: ...
Hi, Recently I have encountered a problem using RxJava2Debug on Android. In my project I sometimes got OOM errors when trying to log too complex `CompositeException`s from external components using...
Hello @akaita Is this or some other library of yours is going to support RxJava 3 or maybe you know another library that does it? Please help