android logcat logs chatty module line identical message

孤人 提交于 2020-05-29 05:29:28

问题


I am getting lots of this kind of logcat messages related to my application.

2019-03-13 10:05:51.065 27319-27319/com.example.fir_s1 I/chatty: uid=10204(com.example.fir_s1) identical 1 line

What are these log messages? Am I missing my actual application logcat logs here?


回答1:


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.




回答2:


Your log has been running multiple times in a short amount of time, so that the output message is collapsed.



来源:https://stackoverflow.com/questions/55135203/android-logcat-logs-chatty-module-line-identical-message

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!