Reputation: 1508
When more data is shown in logcat the upper part is vanished as new data comes in !
I want that the logcat never vanish any data shown previously.
How can I achieve this ?
However, I tried clicking down arrow located at the corner of logcat but no gain !
Upvotes: 0
Views: 74
Reputation: 422
In Eclipse you can go to Window -> Preferences -> Android -> LogCat and there set "Maximum number of logcat messages to buffer" to a quite large number ... maybe not infinite, but still reasonable high ...
If you refer to scrolling, there is a checkbox about the Scroll Lock behaviour, too.
Upvotes: 1
Reputation: 711
I dont think you can never make them vanish. This answer will be helpful I guess
you can increase the number of lines that have to displayed in Logcat. Keep as much you wanna see like a million lines or so. to do this..
Go to Windows - > Preferences - > Android - > Logcat - > Maximum number of logcat message to buffer change the number of lines to your count you can view more number of lines.
Upvotes: 2