android-volley icon indicating copy to clipboard operation
android-volley copied to clipboard

How to disable logging 'BasicNetwork.logSlowRequests:'?

Open jvlichai opened this issue 6 years ago • 0 comments

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.

jvlichai avatar Oct 10 '17 08:10 jvlichai