Friday, September 13, 2019

Removing logs from your release apk

Just add the following to proguard rules.pro file

-assumenosideeffects class android.util.Log {
public static *** d(...);
}


No comments:

Post a Comment