Merge pull request #3193 from ByteHamster/logcat-release-build

No longer try to remove log
This commit is contained in:
H. Lehmann 2019-05-19 19:28:35 +02:00 committed by GitHub
commit 845aefb513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 10 deletions

View File

@ -82,16 +82,6 @@
-dontskipnonpubliclibraryclassmembers
# disable logging
-assumenosideeffects class android.util.Log {
public static boolean isLoggable(java.lang.String, int);
public static *** v(...);
public static *** i(...);
public static *** w(...);
public static *** d(...);
public static *** e(...);
}
# greenrobot EventBus
-keepclassmembers class ** {
public void onEvent*(**);