Android desktop log viewer

2020-01-27 02:03发布

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?

11条回答
Bombasti
2楼-- · 2020-01-27 02:42

I found Online LogCat Beautifier to which can colourize given LogCat for easy reading. Really nice tool and it uses JavaScript, which means nothing is stored anywhere!

LogCat Beautifier in action

Update:

The link is no longer accessible, and luckily enough for us, Android Studio now supports pasting the LogCat into its "LogCat" tab (previously "Monitor"). Upon pasting, you'd have the options to search/click like a normal LogCat's log.

查看更多
我只想做你的唯一
3楼-- · 2020-01-27 02:44

I like LogExpert. It has great filtering options and it is pretty fast. So I have created a custom columnizer that parses LogCat logs. It has some improvements to be able to parse my custom logs with method and line. You can download it here.

查看更多
淡お忘
4楼-- · 2020-01-27 02:55

Splinter Log works on MacOS and can do a few things better than DDMS, like grouping tags, resolving pids to package name, etc. https://splinter-log.com

enter image description here

查看更多
Rolldiameter
5楼-- · 2020-01-27 03:00

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.

查看更多
对你真心纯属浪费
6楼-- · 2020-01-27 03:01

I went with http://mlogcat.tistory.com/ now, since Logcat Offline Viewer quit its job probably due to JAVA update.

查看更多
登录 后发表回答