0

我正在使用http://crest.codegist.org/与服务器通信,我想用 android LogCat 记录响应和请求。

如何配置 Crest(或系统)来执行此操作?

谢谢

4

1 回答 1

0

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

于 2013-03-18T07:05:01.993 回答