Package leakcanary
See: Description
-
Class Summary Class Description ActivityWatcher Expects activities to become weakly reachable soon after they receive the Activity.onDestroy callback. FragmentAndViewModelWatcher Expects: Fragments (Support Library, Android X and AOSP) to become weakly reachable soon after they receive the Fragment#onDestroy() callback.
Fragment views (Support Library, Android X and AOSP) to become weakly reachable soon after fragments receive the Fragment#onDestroyView() callback.
Android X view models (both activity and fragment view models) to become weakly reachable soon after they received the ViewModel#onCleared() callback.
WindowTypeFilter RootViewWatcher Expects root views to become weakly reachable soon after they are removed from the window manager. ServiceWatcher Expects services to become weakly reachable soon after they receive the Service.onDestroy callback. -
Object Summary Object Description AppWatcher The entry point API for using ObjectWatcher in an Android app. Companion Companion -
Interface Summary Interface Description InstallableWatcher Filter