Android desktop log viewer

后端 未结 11 1465
無奈伤痛
無奈伤痛 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条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-30 01:52

    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.

提交回复
热议问题