Android read error log from handset

Viewed 22953

How can I read the error log applications make? Is there any software which reads the error log from the handset and displays it?

I don't want to debug the app using eclipse, I'm looking for a handset based error log viewer.

3 Answers

Alogcat seems OK. It's a bit verbose, though.

Related