RxJava2Debug icon indicating copy to clipboard operation
RxJava2Debug copied to clipboard

RxJava 2.x extension to provide meaningful Stack Traces

Results 6 RxJava2Debug issues
Sort by recently updated
recently updated
newest added

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: ![RxJava2DebugDisabled](https://user-images.githubusercontent.com/1711417/54996975-fd1c7700-4fca-11e9-822a-52532037466a.png) Profiling with RxJava2Debug: ![RxJava2DebugEnabled](https://user-images.githubusercontent.com/1711417/54996976-fd1c7700-4fca-11e9-87e3-b68d30c6e140.png)...

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