Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android read error log from handset

Tags:

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.

like image 972
d-man Avatar asked Jan 27 '10 14:01

d-man


People also ask

What is Logcat in Android?

LogCat Window is the place where various messages can be printed when an application runs. Suppose, you are running your application and the program crashes, unfortunately. Then, Logcat Window is going to help you to debug the output by collecting and viewing all the messages that your emulator throws.


2 Answers

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.

like image 92
Dave Webb Avatar answered Sep 20 '22 18:09

Dave Webb


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

like image 23
Neil Avatar answered Sep 17 '22 18:09

Neil