By default, LogCat on Eclipse displays 5 informational columns:
Time Level pid tag message
Is it possible to add a 6th column, displaying thread id?
|
By default, LogCat on Eclipse displays 5 informational columns:
Is it possible to add a 6th column, displaying thread id? |
|||
|
|
|
This should help you - http://android.bigresource.com/Track/android-03XY4qFTQ/ |
|||
|
|
Run ADb in the command shell like this:
This will run in parallel to your Eclipse session. Once you done with Eclipse, Ctrl+C from shell and you'll have the log in t.txt. It is not as nice as having it in the Eclipse logcat window but will do the job. |
||||
|
|
|
Answering myself: Since 2 weeks have gone by and no concrete suggestion as to how to add a a 6th column for thread id in LogCat has been provided, I can only assume that this isn't possible (currently). |
|||||
|