I want to save all the contents of log cat into specific file in Android. I used Eclipse IDE to develop the android application.
How i can achieve this ?
Thanks.
Although @Kartik show's you the proper way.
For quickness you can copy and paste. Ensure the logcat view is open Eclipse > DDMS > logcat
then click the line you want to start at
hold shift (for multiline select)
click the line you want to finish at
and simply ctrl+c (copy)
ctrl+v (paste whereever you want)