Monday, July 30, 2012

Save logcat to a File

To save a logcat into a file, simply open the terminal and run this command

$ adb logcat -d > filename.txt

where filename.txt is any name you want.

No comments:

Post a Comment