Open INRIX-Owais-Ali opened 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.
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.
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?