Detailed debug logs with Volley

前端 未结 5 1075
悲哀的现实
悲哀的现实 2020-12-03 14:08

In Restkit on iOS there is a verbose debug option. RKLogConfigureByName(\"*\", RKLogLevelTrace);. Does anyone know if there is an equivalent for Volley. Basical

5条回答
  •  萌比男神i
    2020-12-03 14:31

    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.

提交回复
热议问题