How to remove all Debug logs from Volley Library?

By | May 28, 2017

This is simple, just do like this.


 VolleyLog.DEBUG = false;

It would be better if you do this once in the Class that extends the Application Class.

One thought on “How to remove all Debug logs from Volley Library?

Leave a Reply

Your email address will not be published. Required fields are marked *