Eclipse Android - Logcat Clearing too Fast

折月煮酒 提交于 2019-11-27 19:14:33

Change your LogCat buffer length:

Window / Preferences / Android / LogCat / Maximum number of LogCat messages in buffer _

Set it to 0 for unlimited size (thanks to the commenter below)

Its happens when there is too many logcat rows. It automatically delete all after reaching maximum number defined in preferences (5000 rows by default in Eclipse), both filtered and not filtered rows.

Fortunetly, you can change maximum number in:

Window > Preferences > Android > LogCat > Maximum number of LogCat messages in buffer

I have the same problem, but only with Sony Xperia C and Android 4.2.2. Every phone have different level of logging.

You can use breakpoints where you print the messages and debug them by F6/F8 keys after that. So you can see all the messages by step.

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