Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在Eclipse运行时连接我的手机时,在LogCat中它继续写一些没有结束的东西,并且一直打印一些错误消息“Fatal signal something”,这是怎么回事?这是日志的一部分,它仍在打印,而且不会很快停止
http://pastebin.com/4Z58CiGm
这些都是来自系统应用程序和进程的日志,您可以放心地忽略它们。
您应该使用以下方法标记应用程序中的所有语句:
Log.d("MyAwesomeTag", "Message");
然后您可以使用过滤它们tag:MyAwesomeTag并忽略不属于您的所有内容
tag:MyAwesomeTag