Skip to content

Commit

Permalink
Merge pull request #346 from bugsnag/update-proguard-rules
Browse files Browse the repository at this point in the history
feat: update proguard rules to keep line number/source info
  • Loading branch information
fractalwrench committed Jul 16, 2018
2 parents a3d8650 + cb9d051 commit 257d907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-keepattributes LineNumberTable,SourceFile
-keep class com.bugsnag.android.NativeInterface { *; }
-keep class com.bugsnag.android.Breadcrumb { *; }
-keep class com.bugsnag.android.Breadcrumbs { *; }
Expand Down

0 comments on commit 257d907

Please sign in to comment.