After app close few classes retain in memory. App application (@HiltAndroidApp), DataBindingImpl and Language class which extend Parcelable retain in memory. How to handle this issue?
Please see the attached memory heap dump in memory profiler.
Asked
Active
Viewed 31 times
1

ChandrimG
- 117
- 2
- 8
-
Could you fully expand the reference chain? What's holding `CREATOR`? – Phil May 11 '22 at 22:38