I am using Leak Canary to track memory leak and it says leaked at one of Activity instance. Can we get exact leak location in that Activity code and what instance means here? How to trace the code to get leak point?
Asked
Active
Viewed 290 times
1

Ajay Mehta
- 843
- 5
- 14

Kalyani Kurnawal
- 11
- 2
-
Follow leakcanary instance tree. You will find clue about whats instance is leaking. Analyse those instance’s references. – demo_Ashif May 15 '19 at 09:33