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

Disabling slow request logs

Open INRIX-Owais-Ali opened this issue 9 years ago • 2 comments
trafficstars

It looks like the VolleyLog.DEBUG flag only disables verbose level logs and not debug level logs. Should this flag be turning off debug level logs as well? If not it doesn't look like there is currently a way to disable the "slow request" logs. Does anyone know how to accomplish this?

INRIX-Owais-Ali avatar Dec 06 '15 05:12 INRIX-Owais-Ali

I also want to completely disable LOGs in release mode, I can't achieve it by using VolleyLog.DEBUG = false; please Help me.

hoseinit avatar Jan 31 '16 06:01 hoseinit

I posted a bug in the Android issue tracker: https://code.google.com/p/android/issues/detail?id=196664

Also put up a patch to fix the issue but it hasn't gotten looked at yet.

INRIX-Owais-Ali avatar Feb 02 '16 20:02 INRIX-Owais-Ali