Skip to content

Commit

Permalink
Fix ProGuard rules for debug builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerhu committed Jan 20, 2016
1 parent 1ea9322 commit a4a0b61
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion leakcanary-android/consumer-proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
-dontwarn com.squareup.haha.guava.**
-dontwarn com.squareup.haha.perflib.**
-dontwarn com.squareup.haha.trove.**
-dontwarn com.squareup.leakcanary.**
-keep class org.eclipse.mat.** { *; }
-keep class com.squareup.haha.** { *; }
-keep class com.squareup.leakcanary.** { *; }

# Marshmallow removed Notification.setLatestEventInfo()
-dontwarn android.app.Notification
-dontwarn android.app.Notification

0 comments on commit a4a0b61

Please sign in to comment.