Last active
March 26, 2017 16:58
-
-
Save mediavrog/5980715 to your computer and use it in GitHub Desktop.
Enable verbose logging in Google Volley networking library
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# (42f63b0de7318fe1 is a device id) | |
adb -s 42f63b0de7318fe1 shell setprop log.tag.Volley VERBOSE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
or if you want to do it only for your app, then call
VolleyLog.DEBUG = true;