I am taking android logs using Logcat in Eclipse. But, they disappear very quickly from the Logcat screen.
Is there a way to either:
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?
Is there a way to save them to file through Eclipse at run time?
Thanks, Sunny