Initial ReSearch export
This commit is contained in:
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
|
||||
# Remove logging in release builds
|
||||
# Keep Log.w() and Log.e() for crash reporting, remove only verbose/debug/info
|
||||
-assumenosideeffects class android.util.Log {
|
||||
public static *** d(...);
|
||||
public static *** v(...);
|
||||
public static *** i(...);
|
||||
}
|
||||
|
||||
-keepattributes *Annotation*
|
||||
-keepattributes SourceFile, LineNumberTable
|
||||
Reference in New Issue
Block a user