Create open source LeakCanary plugin

Summary: Adds a new plugin to support [LeakCanary](https://github.com/square/leakcanary), displaying memory leaks as they are detected. Each leak shows a hierarchical path from the GC root to the leaked object, and allows inspection of these objects' fields.

Reviewed By: jknoxville

Differential Revision: D8865149

fbshipit-source-id: 99bcf216578b9d6660ead7d48b9bafe0d20a6c08
This commit is contained in:
Benjamin Pankow
2018-08-02 10:20:16 -07:00
committed by Facebook Github Bot
parent ff0b045bde
commit 1008dbb283
6 changed files with 501 additions and 1 deletions

View File

@@ -6,7 +6,8 @@
"layout-plugin",
"network-plugin",
"sandbox-plugin",
"shared-preferences-plugin"
"shared-preferences-plugin",
"leak-canary-plugin"
],
"Plugins: Desktop part": [
"js-setup",