在LogCat中显示Android线程ID

时间:2011-03-31 00:34:20

标签: android multithreading eclipse logcat

默认情况下,Eclipse上的LogCat显示5个信息列:

Time       Level  pid   tag message 

是否可以添加第6列,显示主题ID

4 个答案:

答案 0 :(得分:4)

在命令shell中运行ADb,如下所示:

C:\Temp>adb logcat -v threadtime > t.txt

这将与您的Eclipse会话并行运行。完成Eclipse后,从shell获取 Ctrl + C ,您将拥有 t.txt 中的日志。它不如在Eclipse logcat窗口中使用它那么好,但是可以完成这项工作。

答案 1 :(得分:1)

答案 2 :(得分:0)

回答自己:自从2周过去了,并没有提供关于如何在LogCat中为线程ID添加第6列的具体建议,我只能假设这是不可能的(目前)。

答案 3 :(得分:-1)

adb logcat -v threadtime|tee logcat.log