| Index: base/android/base_proguard_config.flags
|
| diff --git a/base/android/base_proguard_config.flags b/base/android/base_proguard_config.flags
|
| index f69f09cfb4bc806df4a78a207cd448e6684b8e2e..4c3684bc304b7fcd34bae030e3dc8cf359f44bd6 100644
|
| --- a/base/android/base_proguard_config.flags
|
| +++ b/base/android/base_proguard_config.flags
|
| @@ -42,15 +42,6 @@
|
| @org.chromium.base.annotations.RemovableInRelease <methods>;
|
| }
|
|
|
| -# Allows Proguard freedom in removing these log related calls. We ask for debug
|
| -# and verbose logs to be stripped out in base.Log, so we are just ensuring we
|
| -# get rid of all other debug/verbose logs.
|
| --assumenosideeffects class android.util.Log {
|
| - static *** d(...);
|
| - static *** v(...);
|
| - static *** isLoggable(...);
|
| -}
|
| -
|
| # Keep all enum values and valueOf methods. See
|
| # http://proguard.sourceforge.net/index.html#manual/examples.html
|
| # for the reason for this. Also, see http://crbug.com/248037.
|
|
|