我正在使用http://crest.codegist.org/与服务器通信,我想用 android LogCat 记录响应和请求。
如何配置 Crest(或系统)来执行此操作?
谢谢
You can do it in two ways:
execute a command on your connected device:
MBP:~ roman$adb shell setprop log.tag.CodeGist VERBOSE
set the same property programmatically using the System.setProperty() method