Android desktop log viewer

后端 未结 11 1462
無奈伤痛
無奈伤痛 2020-11-30 01:08

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

11条回答
  •  -上瘾入骨i
    2020-11-30 02:00

    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.

提交回复
热议问题