Files
android-app/app/proguard-rules-logcat.pro
2024-04-29 12:35:26 +00:00

19 lines
535 B
Prolog

# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in sdk/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the proguardFiles
# directive in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# disable logcat logs in release builds
-assumenosideeffects class android.util.Log {
v(...);
d(...);
i(...);
w(...);
e(...);
wtf(...);
println(...);
}