Summary: Add plugin for LeakCanary 2 as requested various times: https://github.com/facebook/flipper/issues/1379 https://github.com/facebook/flipper/issues/832 https://github.com/square/leakcanary/issues/1777 ## Changelog * Adds a leakcanary2 plugin for Android * Adds support for leakcanary2 to existing desktop plugin Pull Request resolved: https://github.com/facebook/flipper/pull/1959 Test Plan: * Docs updated to show new implementation * Should old leakcanary plugin in sample be replaced? Reviewed By: mweststrate Differential Revision: D26691637 Pulled By: passy fbshipit-source-id: 5e236fa6cc124f0720a6b21b5ee7c117ccf96fbf
9 lines
270 B
Properties
9 lines
270 B
Properties
# This source code is licensed under the MIT license found in the LICENSE
|
|
# file in the root directory of this source tree.
|
|
|
|
POM_NAME=Flipper LeakCanary2 Plugin
|
|
POM_DESCRIPTION=LeakCanary2 plugin for Flipper
|
|
POM_ARTIFACT_ID=flipper-leakcanary2-plugin
|
|
POM_PACKAGING=aar
|
|
|