Android LogCat和Codegist CRest

时间:2012-09-18 12:15:26

标签: android logging logcat

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

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

由于

1 个答案:

答案 0 :(得分:0)

您可以通过两种方式实现:

  • 在您连接的设备上执行命令:

    MBP:~ roman$adb shell setprop log.tag.CodeGist VERBOSE
    
  • 使用System.setProperty()方法

  • 以编程方式设置相同的属性