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
2010-01-27 14:45:16
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
2010-01-27 15:27:15
@mbaird - I agree but the question did explicitly ask for a handset only solution.
Dave Webb
2010-01-27 17:01:19
+1
A:
I quite like the one I wrote ;-)
It's called SendLog
http://l6n.org/android/sendlog.shtml
Neil
2010-01-27 15:40:39