Top "Leakcanary" questions

LeakCanary is a memory leak detection library for Android and Java.

How to use Leak Canary

I know this is probably a dumb question, but I am pretty new at developing android, and I currently experiencing …

java android memory-leaks leakcanary
Leak canary, Recyclerview leaking mAdapter

I decided it was high time I learned how to use Leak Canary to detect Leaks within my apps, and …

android memory-leaks leakcanary
Stuck at "Dumping memory, app will freeze. Brrr." message

I'm trying to use LeakCanary to detect memory leaks in my app, but it does not go further than the …

android memory-leaks leakcanary
how to use leakcanary, how to add leakcanary as a jar to build a apk with .mk file

LeakCanary is a memory leak detection library for Android and Java. LeakCanary My project is based on android make file …

android leakcanary
LeakCanary report leak in InputMethodManager

I am trying to figure it out a leak in my app but I am not sure were this comes …

android leakcanary
How to treat memory leaks using the new AndroidProfiler

I'm trying to learn how to identify and treat memory leaks in my App. I'm reading this great article, but …

android memory-leaks android-studio-3.0 leakcanary android-profiler
Could Navigation Arch Component create a false positive memory leak?

I have a basic knowledge of memory leaks and what can cause them. That's why I don't understand if I …

android kotlin memory-leaks android-architecture-navigation leakcanary