In Restkit on iOS there is a verbose debug option. RKLogConfigureByName(\"*\", RKLogLevelTrace);. Does anyone know if there is an equivalent for Volley. Basical
RKLogConfigureByName(\"*\", RKLogLevelTrace);
What works for me as of Jan 2015 is
adb -s 0650ac52006b62db shell setprop Volley VERBOSE
"0650ac52006b62db" is the device id that you get with
adb devices
"Volley" is the name of the TAG that Volley has.