Skip to content

Instantly share code, notes, and snippets.

@mediavrog
Last active March 26, 2017 16:58
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save mediavrog/5980715 to your computer and use it in GitHub Desktop.
Save mediavrog/5980715 to your computer and use it in GitHub Desktop.
Enable verbose logging in Google Volley networking library
# (42f63b0de7318fe1 is a device id)
adb -s 42f63b0de7318fe1 shell setprop log.tag.Volley VERBOSE
@kannanloganathan
Copy link

or if you want to do it only for your app, then call VolleyLog.DEBUG = true;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment