Summary: linking from feature page to setup instructions. Reviewed By: jknoxville Differential Revision: D15148032 fbshipit-source-id: 66dd2ca07a04d3ac1fb53ad95e91e6d8beb69706
620 B
620 B
id, title
| id | title |
|---|---|
| leak-canary-plugin | LeakCanary |
→ See setup instructions for the LeakCanary
The LeakCanary plugin provides developers with Flipper support for 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.