RxDogTag icon indicating copy to clipboard operation
RxDogTag copied to clipboard

Automatic tagging of RxJava 2+ originating subscribe points for onError() investigation.

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

We recently encountered a weird issue after upgrading to the Android Gradle Plugin 7.0.2. When running our release build and therefore Proguard, the application crashes right at the start of...

Right now, RxDogTag is implemented via throwing an exception and capturing the stack frame at that point. While we haven't seen any measurable performance impact at a macro level, it's...

discussion
Performance

https://uber.github.io/RxDogTag/1.x/rxdogtag/com.uber.rxdogtag/-rx-dog-tag/-builder/ Updated Dokka should have the fix

bug

RxJava throws these, we should add a test to capture behavior changes

good first issue
testing

This case should just be passed directly to the parent handler

good first issue
testing