Summary: Adding a "features" page to the to bar and splitting plugin descriptions from their setup instructions. Reviewed By: jknoxville Differential Revision: D15147464 fbshipit-source-id: b2106d825454c3b2989eb1e536b128ef9b6d0247
542 B
542 B
id, title
| id | title |
|---|---|
| leak-canary-plugin | 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.