Summary: KESHAmambo pointed out some internal links are broken on the website: https://twitter.com/KESHAmambo/status/1255443093542895619 The way relative links are processed in docusaurus v1 and v2 has changed. This fixes them up. Reviewed By: mweststrate Differential Revision: D21301293 fbshipit-source-id: 7610e38a55bc066625373cf2eee9a3efb63aec08
14 lines
620 B
Plaintext
14 lines
620 B
Plaintext
---
|
|
id: leak-canary-plugin
|
|
title: LeakCanary
|
|
---
|
|
|
|
→ [See setup instructions for the LeakCanary](../setup/leak-canary-plugin)
|
|
|
|
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.
|