Skip to content
🤔 Documentation issue? Report it

//leakcanary-repo/leakcanary/ActivityWatcher

ActivityWatcher

[androidJvm]\ class ActivityWatcher(application: Application, deletableObjectReporter: DeletableObjectReporter) : InstallableWatcher

Expects activities to become weakly reachable soon after they receive the Activity.onDestroy callback.

Constructors

ActivityWatcher [androidJvm]
constructor(application: Application, reachabilityWatcher: ReachabilityWatcher)constructor(application: Application, deletableObjectReporter: DeletableObjectReporter)

Functions

Name Summary
install [androidJvm]
open override fun install()
uninstall [androidJvm]
open override fun uninstall()