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 andro
I use coloredlogcat for viewing logcat logs on the console. You should be able to do the same.
cat logfile | coloredlogcat.py
It should work out of the box. If it doesn't, I'm sure only minor modifications are needed. Have a look at this link coloredlogcat for details.