LeakCanary is a reliable memoryleak detection library for Android. It effectively detects leaks and narrows down the cause of each leak through its in-depth knowledge of the internals of the Android Framework. This helps developers avoid and dramatically reduce OutOfMemoryError (OOM) crashes.
A memoryleak is a programming error that can cause an OutOfMemoryError crash.