mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 06:05:44 +00:00
2607ce7b13
This patch adds LeakCanary to gradle builds and the no-op library to mach-based builds. --HG-- extra : commitid : LKytg2xYqO extra : rebase_source : d44898c3fa57dc5cbefdf777ff5f7bbdc16dae28 extra : amend_source : 100e02a73d87297ad87f1a7514f8d142954f33b3
8 lines
229 B
INI
8 lines
229 B
INI
# LeakCanary
|
|
-keep class org.eclipse.mat.** { *; }
|
|
-keep class com.squareup.leakcanary.** { *; }
|
|
-keep class com.squareup.haha.** { *; }
|
|
|
|
# With LeakCanary 1.4-beta1 this creates a pile of warnings
|
|
-dontwarn com.squareup.haha.**
|