Skip to content

Commit c3000b3

Browse files
committed
update proguard and jni
1 parent 944b40b commit c3000b3

File tree

11 files changed

+4
-2
lines changed

11 files changed

+4
-2
lines changed

logcat/libs/constant.jar

2.62 KB
Binary file not shown.

logcat/libs/library.jar

-2.64 KB
Binary file not shown.

logcat/proguard-rules.pro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@
2222

2323
-keep class com.android.volley.**
2424
-keep class org.acra.**
25+
-keep class com.android.logcat.log.Logcat
2526

2627
-dontnote org.apache.http.**
2728
-dontnote android.net.http.**
2829
-dontnote org.acra.**
2930

30-
-keep class com.android.logcat.log.Logcat
3131
-keepclassmembers class com.android.logcat.log.Logcat { public *; }
32+
-keepclassmembers class com.android.volley.**
33+
-keepclassmembers class org.acra.**
3234

3335
-renamesourcefileattribute SourceFile

logcat/src/main/java/com/android/logcat/http/HttpService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
import android.net.Uri;
44
import android.util.Log;
55

6-
import com.android.logcat.module.Constant;
76
import com.android.logcat.util.TransferType;
87
import com.android.logcat.vo.LogVO;
98
import com.android.volley.DefaultRetryPolicy;
109
import com.android.volley.Request;
1110
import com.android.volley.Response;
1211
import com.android.volley.VolleyError;
12+
import com.bowoon.android.jni.Constant;
1313

1414
import org.acra.ReportField;
1515
import org.acra.data.CrashReportData;
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)