feat: use bugly to report crash

This commit is contained in:
hyb1996
2018-09-12 16:43:11 +08:00
parent c388148b8f
commit a2ed727477
11 changed files with 67 additions and 76 deletions

View File

@@ -133,4 +133,9 @@
# AVLoadingView
-keep class com.wang.avi.** { *; }
-keep class com.wang.avi.indicators.** { *; }
-keep class com.wang.avi.indicators.** { *; }
# Bugly
-dontwarn com.tencent.bugly.**
-keep public class com.tencent.bugly.**{*;}