问题
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