December 23, 2009

Log in Android

Logcat was helpful, but not formatted that nicely. I came across this which will require a python installation but will make your logs a lot easier to follow.

If you want to read the log on your device as opposed to on the emulator approach you would just run the command:
adb -d logcat
Taking this one step further, I like to use ddms.bat which will give even nicer logs, CPU usage, etc. This is very helpful when seeing memory issues on your device.

No comments:

Post a Comment