Android sample application: Simple logcat viewer

by Krishnaraj Varma on August 24, 2010

Download source code of this article.

Here is a sample application to view logcat messages on device. The application runs the command “logcat” using Runtime class, reads each log string and adds the string to a list view. Whenever you click on an item, an alert box is displayed with the corresponding log message.

Leave a Comment

 

Previous post:

Next post: