Initial ReSearch export

This commit is contained in:
OneWay
2026-07-06 09:29:50 +08:00
commit 70e04ac1e9
145 changed files with 14189 additions and 0 deletions
+11
View File
@@ -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