1# LeakCanary 2 3LeakCanary is a memory leak detection library for Android. 4 5<p align="center"> 6<img src="images/screenshot-2.0.png" /> 7</p> 8 9LeakCanary's knowledge of the internals of the Android Framework gives it a unique ability to narrow 10down the cause of each leak, helping developers dramatically reduce `Application Not Responding` 11freezes and `OutOfMemoryError` crashes. 12 13[Get started!](getting_started.md) 14 15!!! quote 16 *“A small leak will sink a great ship.”* - Benjamin Franklin 17 18