Closed ColtonIdle closed 5 years ago
Interesting. Has this only happened once or are you getting multiple reports with the same trace?
My app doesn't have a huge install base. About ~5k installs, but we saw this about 15 times.
I think it's more likely to be an issue with at com.mixpanel.android.mpmetrics.ExceptionHandler.uncaughtException(ExceptionHandler.java:53)
, RxDogTag is just transitively deferring to RxJava's error handling, which in turn is deferring to mixpanel. Going to close this for now unless there's something more concrete we can look into
Library version: 0.2.0
Repro steps or stacktrace:
Getting an ANR, and while I can't really pinpoint that RxDogTag is the issue, it does show up in the stacktrace in my bugsnag logs. Feel free to close if it's not an issue with RxDogTag.