A
F
G
I
L
M
R
S
U
F
- FragmentAndViewModelWatcher - class in leakcanary
- 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.
- FragmentAndViewModelWatcher.Companion - class in leakcanary.FragmentAndViewModelWatcher