Files
flipper/desktop/plugins/public/leak_canary/docs/overview.mdx
Kevin Strider eea566f35a overview.mdx (Features - Leak Canary)
Summary: Restyle of the page, including changes to spelling, grammar, links, and structure (where relevant).

Reviewed By: passy

Differential Revision: D35899228

fbshipit-source-id: 4ade5b28f1634e792fcf4582fe163d02e2f4fab4
2022-04-27 04:39:32 -07:00

11 lines
535 B
Plaintext

import useBaseUrl from '@docusaurus/useBaseUrl';
:::note
This plugin is only available for Android.
:::
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 appear automatically in Flipper. Each leak displays a hierarchy of objects, beginning with the garbage collector root and ending at the leaked class.
Selecting any object in this list displays contents of the object's various fields.