How to fix 'Found leak at Activity instance' using LeakCanary

303 Views Asked by At

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?

0

There are 0 best solutions below