My Android application may save logcat logs to a file. This log file is then sent to developers for analysis.
Is there a nice desktop android log viewer application, which would visualize these logs?
I wasn't able to find a ready to use tool in Android SDK. Maybe I missed something there?
I've tried logview-0.19 - works fine for my 13Mb logs.
Make sure to mark ./logview and ./lib/logview.jar as executable when running in Linux.
You can use Android Debug Monitor or DDMS without Eclipse.
Personally I like TailExpert which I use together with logcatUDP to capture logs from multiple android targets, logcatUDP sends the log over the network to tailexpert where I capture it and view the side by side. But you can also read the logs from file if you like, it's a tail program so it will add logmessages to the view when they arrive. You can filter messages on keywords and use colors to identify certain logmessages. The other thing I like is that in tailexpert you can create columnizers on the fly and easily hide one or more columns or change the column order. The program is packed with features and I recently just started to discover the use of notifications to place bookmarks on the fly and halt the log when a certain logmessages passes by, which makes navigation so much quicker. Just check it out, you can download it here.
click here.
stand alone log tool.
http://androidforums.com/application-announcements/207057-tool-logviewer-android.html
I've tweaked log4j Chainsaw V2 and the (VFS)LogFilePatternReceiver to allow Chainsaw to read events from Android log files generated via logcat -v time
Download the latest developer snapshot of Chainsaw (Mac DMG and tarball available): http://people.apache.org/~sdeboy
Save this XML off as a file (after tweaking the fileURL):
And then after starting Chainsaw, select the 'Use a Chainsaw config file' option from the 'File, load Chainsaw configuration' menu, browse to this XML file, select 'always start Chainsaw with this configuration' and press OK.
Desktop tool for reading android logcat log file, the same as DDMS. The purpose of this tool is to allow developers to quickly locate, analyze, problem-solving, rather than struggling in the log file.
Feature: http://code.google.com/p/androidlogcatviewer/wiki/KeyFeature
Download: http://code.google.com/p/androidlogcatviewer/downloads/list
Discuss-group: http://groups.google.com/group/androidlogcatviewer