xref: /aosp_15_r20/external/leakcanary2/docs/index.md (revision d9e8da70d8c9df9a41d7848ae506fb3115cae6e6)
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