like this one
WebView D evaluateJavascript=blah blah
Can this be removed?
I tried use Proguard to remove Log, but only my logs are removed. WebView log still there.
-assumenosideeffects class android.util.Log {
public static *** d(...);
public static *** v(...);
}
Edit: It's not about filtering log. I don`t want someone see the log when running my app, which more difficult to hack.