Merge pull request #3193 from ByteHamster/logcat-release-build
No longer try to remove log
This commit is contained in:
commit
845aefb513
|
@ -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*(**);
|
||||
|
|
Loading…
Reference in New Issue