RxDisposableWatcher is a tool for detecting leaked subscriptions in RxJava projects. Generally it shows up all subscriptions alive at the moment.
Features
- generates detailed HTML report with the following information:
- stack trace where
subscribe(...)
was called; - total number of calls for a specific stack trace;
- observable type:
Observable
,Single
,Flowable
, etc.
- stack trace where
- available for projects with RxJava 2.x or 3.x onboard
from The Android Arsenal
No comments:
Post a Comment