我一直在使用2.3.3版(API 10)开发Android应用程序。应用程序仅使用Flickr Java API(flickrj)根据标签,日期,地理信息等进行某些搜索查询,并将搜索结果照片显示给用户。我已经工作了2周,并使用我的HTC Sensation通过USB调试器进行调试。今天,我开始收到一条恼人的警告信息,在我的LogCat中反复循环。它如下:
11-30 00:31:43.083: I/org.restlet(22899): Couldn't find the mandatory "Host" HTTP header.
11-30 00:31:43.143: D/com.fd.httpd(22899): sdcard phone type != 1
11-30 00:31:43.143: D/com.fd.httpd(22899): emmc phone type != 1
11-30 00:31:43.163: I/LogService(22899): 2011-11-30 00:31:43 127.0.0.1 - 127.0.0.1 8182 GET /info/ - 200 1143 0 52 http://null - -
11-30 00:31:43.163: I/Server(22899): Addition of the standard header "pragma" is discouraged as a future versions of the Restlet API will directly support it.
11-30 00:31:43.163: W/Server(22899): Addition of the standard header "cache-control" is not allowed. Please use the equivalent property in the Restlet API.
11-30 00:31:43.163: W/Server(22899): Addition of the standard header "expires" is not allowed. Please use the equivalent property in the Restlet API.
当我关闭或重新启动手机时,警告消息不再循环播放。但是当我开始使用USB调试器开始使用我的应用程序时,警告会在一段时间后再次出现。我可以毫无问题地继续开发/调试我的应用程序,但由于这些警告占据了LogCat窗口,因此很难跟踪正在发生的事情。
我已经检查过是否有其他人有同样的问题,我唯一的线索就是检查警告中重复的pid号码:22899。这个pid no属于包“com.fd.httpd “(HTC Sync应用程序),我需要设置USB驱动程序以便通过PC进行调试。但我不知道为什么HTC Sync会导致错误。
如果有人能分享他们关于原因和可能解决方案的想法,我会很高兴。谢谢你的时间。
答案 0 :(得分:0)
在LogCat中设置过滤器,例如在所有应用程序日志中使用特定标记,并对其进行过滤,以便系统日志不会让您感到困扰