Note: This is a followup to my previous post on this topic: Your logs are your friends
A nice(r) way to perform the logging from the phone to the sdcard without typing into a terminal emulator is following these steps:
- Install GScriptLite (nl.rogro.GScriptLite) from the Market (needs root for our purposes)
- Create a new “script” with these contents:
nohup logcat -f /sdcard/logcat.txt -r 1024 -n 60 -v time &
- Run the script whenever you want to start logging
Your files will be logcat.txt* (on your sdcard).