Skip to content

Commit

Permalink
修复混淆后无法正确显示错误信息(App 接口)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaa1115910 committed Feb 5, 2024
1 parent 91cff92 commit 51804d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,8 @@
-dontwarn java.lang.management.RuntimeMXBean

# LibVLC
-keep class org.videolan.libvlc.** { *; }
-keep class org.videolan.libvlc.** { *; }

# gRPC
-keep class bilibili.rpc.** { *; }
-keep class com.google.protobuf.** { *; }

0 comments on commit 51804d1

Please sign in to comment.