本文介绍了Android Logcat记录Chatty模块行相同的消息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我收到许多与我的应用程序有关的此类logcat消息.
I am getting lots of this kind of logcat messages related to my application.
这些日志消息是什么?我是否在这里缺少实际的应用程序logcat日志?
What are these log messages? Am I missing my actual application logcat logs here?
推荐答案
是的,健谈正在审查您应用程序的日志记录.您的应用同时(几乎)多次记录同一行.有关更多信息,请参见此相似的问题(和答案).
Yes, chatty is censoring your application's logging. You app is logging the same line more than once (almost) simultaneously. See this similar question (and answers) for more information.
这篇关于Android Logcat记录Chatty模块行相同的消息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!