我已经为logcat设置了一个特定的TAG来跟踪一个进程。现在我想通过电子邮件发送特定的TAG。我设置了电子邮件的东西。我想知道如何获得特定的TAG而不是整个logcat。
答案 0 :(得分:0)
在我看来,使用CatLog或LogViewer Lite(在Google Play上免费)是最好的,允许您记录和过滤(即通过标记)日志并直接通过设备发送电子邮件发送。
CatLog:https://play.google.com/store/apps/details?id=com.nolanlawson.logcat
LogViewer Lite:https://play.google.com/store/apps/details?id=ukzzang.android.app.logviewer
当设备通过usb连接时,您当然也可以使用adb和命令行来grep并将日志输出到文件中(参见Filter output in logcat by tagname),但上面提到的工具实际上非常方便。
<强>更新强>
如果您希望在没有交互的情况下实现自动化,则下面的主题中提到的此lib可能很方便: How to send logcat via email?,指的是http://code.google.com/p/android-log-collector/