No longer try to remove log
This commit is contained in:
parent
a8b05c3c66
commit
b2ea26d489
|
@ -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