Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Android - Logcat Clearing too Fast

I have been using Eclipse for Android (most up to date version), for a while with no problems with the Logcat. For an unknown reason, Logcat is no longer retaining the debug messages. Logcat is getting cleared in about 5 seconds . Is there any way to prevent the auto-clearing of Logcat messages? Otherwise I am unable to read the messages.

like image 414
nomaam Avatar asked Sep 15 '12 22:09

nomaam


1 Answers

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)

like image 125
323go Avatar answered Oct 02 '22 05:10

323go