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:
committed by
Facebook Github Bot
parent
ff0b045bde
commit
1008dbb283
@@ -6,7 +6,8 @@
|
||||
"layout-plugin",
|
||||
"network-plugin",
|
||||
"sandbox-plugin",
|
||||
"shared-preferences-plugin"
|
||||
"shared-preferences-plugin",
|
||||
"leak-canary-plugin"
|
||||
],
|
||||
"Plugins: Desktop part": [
|
||||
"js-setup",
|
||||
|
||||
Reference in New Issue
Block a user