views:

1129

answers:

2

how can i read the error log applications make ???? is there any software which reads error log from handset and display ?? i dno't want to debug the app using eclipse only handset based error log viwer is required ?

+2  A: 

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.

Dave Webb
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.
mbaird
@mbaird - I agree but the question did explicitly ask for a handset only solution.
Dave Webb
+1  A: 

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

Neil