mcxiaoke / android-volley

DEPRECATED
4.29k stars 1.56k forks source link

How to disable logging 'BasicNetwork.logSlowRequests:'? #183

Open jvlichai opened 7 years ago

jvlichai commented 7 years ago

logging like this :D/Volley: [54973] BasicNetwork.logSlowRequests: HTTP response for request=<[ ] https://us-centra...

How to disable it? I tried this code VolleyLog.DEBUG = false; at MyApplication.java but still showing on the logcat.