20

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.

JosephH
  • 37,173
  • 19
  • 130
  • 154
d-man
  • 57,473
  • 85
  • 212
  • 296

3 Answers3

15

There are a number of free applications in the Android Market which will collect the device log.

One which looks promising is Log Collector, not least because it is open source. You can find it on Google Code here and on androlib.com here.

Here's another Log Collecting app produced by the creators of Locale.

David Webb
  • 190,537
  • 57
  • 313
  • 299
  • 1
    Log Collector is a great app. However if you are debugging on your own device, and not moving around to test GPS or something, having your phone plugged into your PC so you can view the log in real time via DDMS is by far the best way to go. – Mark B Jan 27 '10 at 15:27
  • @mbaird - I agree but the question did explicitly ask for a handset only solution. – David Webb Jan 27 '10 at 17:01
3

I quite like the one I wrote ;-)
It's called SendLog
http://l6n.org/android/sendlog.shtml

Neil
  • 98
  • 4
1

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

Mittenchops
  • 18,633
  • 33
  • 128
  • 246