mcxiaoke / android-volley

DEPRECATED
4.29k stars 1.56k forks source link

Disabling slow request logs #121

Open INRIX-Owais-Ali opened 8 years ago

INRIX-Owais-Ali commented 8 years ago

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?

hoseinit commented 8 years ago

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

INRIX-Owais-Ali commented 8 years ago

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.