From 6c09d647d0b63dab61acce08ca39265abb624ab6 Mon Sep 17 00:00:00 2001 From: fumiama Date: Thu, 20 May 2021 20:11:10 +0800 Subject: [PATCH] =?UTF-8?q?v3.1.1=201.=20=E4=B8=8D=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E5=8E=8B=E7=BC=A9=E6=97=B6=E5=AD=97=E7=AC=A6=E4=B8=B2=E5=9C=A8?= =?UTF-8?q?=E5=86=85=E5=AD=98=E7=9B=B4=E6=8E=A5=E7=BC=96=E8=A7=A3=E7=A0=81?= =?UTF-8?q?=202.=20=E5=87=8F=E5=B0=91=E8=AF=BB=E5=8F=96=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=AC=A1=E6=95=B0=203.=20=E4=B8=8D=E8=BE=93=E5=87=BAlog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/proguard-rules.pro | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 481bb43..f6adc35 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -18,4 +18,14 @@ # If you keep the line number information, uncomment this to # hide the original source file name. -#-renamesourcefileattribute SourceFile \ No newline at end of file +#-renamesourcefileattribute SourceFile + +-assumenosideeffects class android.util.Log { + public static *** d(...); + public static *** e(...); + public static *** i(...); + public static *** v(...); + public static *** println(...); + public static *** w(...); + public static *** wtf(...); +} \ No newline at end of file