Summary: linking from feature page to setup instructions. Reviewed By: jknoxville Differential Revision: D15148032 fbshipit-source-id: 66dd2ca07a04d3ac1fb53ad95e91e6d8beb69706
14 lines
620 B
Markdown
14 lines
620 B
Markdown
---
|
|
id: leak-canary-plugin
|
|
title: LeakCanary
|
|
---
|
|
|
|
→ [See setup instructions for the LeakCanary](setup/leak-canary-plugin.md)
|
|
|
|
The LeakCanary plugin provides developers with Flipper support for [LeakCanary](https://github.com/square/leakcanary), an open source memory leak detection library.
|
|
|
|
Leaks detected by LeakCanary will appear automatically in Flipper. Each leak will display a hierarchy of objects, beginning from the garbage collector root and ending at the leaked class.
|
|
Selecting any object in this list will display contents of the object's various fields.
|
|
|
|
Note: this plugin is only available for Android.
|