Eclipse: Logcat logs disappear very quickly. How to save at run-time? And Increase window buffer size

android-logcateclipse

I am taking android logs using Logcat in Eclipse. But, they disappear very quickly from the Logcat screen.

Is there a way to either:

  1. increase the buffer size of the Logcat window, so that I can see the logs later on also as there would enough stored in the buffer?

  2. Is there a way to save them to file through Eclipse at run time?

Thanks,
Sunny

Best Answer

  1. Windows->Preferences->Android->Logcat:

You can change the maximum number of logcat messages to buffer.

  1. Haven't found an answer for part 2.