uber/RxDogTag

Investigate wrapping Observable to catch subscribeActual exceptions

Opened this issue · 1 comments

Investigate wrapping Observable to catch subscribeActual exceptions

This may not be possible actually, because consumers can only override and not delegate directly (protected access, though RxJava uses it directly internally sometimes)