Back to Flipper

Overview

desktop/plugins/public/leak_canary/docs/overview.mdx

0.273.0478 B
Original Source

import useBaseUrl from '@docusaurus/useBaseUrl';

The LeakCanary plugin provides Developers with Flipper support for 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.