Added LeakCanary
This commit is contained in:
parent
e0cb18da1a
commit
2564b99fa5
26 changed files with 301 additions and 137 deletions
9
app/proguard-rules.pro
vendored
9
app/proguard-rules.pro
vendored
|
|
@ -22,19 +22,22 @@
|
|||
-keepattributes Signature
|
||||
-keepattributes Exceptions
|
||||
|
||||
-keep class !android.support.v7.internal.view.menu.**,** {*;}
|
||||
# LeakCanary
|
||||
-keep class org.eclipse.mat.** { *; }
|
||||
-keep class com.squareup.leakcanary.** { *; }
|
||||
|
||||
# ButterKnife
|
||||
-keep class butterknife.** { *; }
|
||||
-dontwarn butterknife.internal.**
|
||||
-keep class **$$ViewBinder { *; }
|
||||
|
||||
-keepclasseswithmembernames class * {
|
||||
@butterknife.* <fields>;
|
||||
}
|
||||
|
||||
-keepclasseswithmembernames class * {
|
||||
@butterknife.* <methods>;
|
||||
}
|
||||
|
||||
-keep class !android.support.v7.internal.view.menu.**,** {*;}
|
||||
|
||||
-dontwarn
|
||||
-ignorewarnings
|
||||
Loading…
Add table
Add a link
Reference in a new issue