After completing the request using volley the link is being displayed in logcat under android monitor.I need to prevent this so is there any way to do it??
D/Volley: [1] Request.finish: 5801 ms: [ ] https://www.website.com/load_feeds/public?uid=xyz
Set this, probably in your Application class:
VolleyLog.DEBUG = false;
Be aware, it seems this flag disables only Verbose logs and Volley still logs Error messages.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With