2

Possible Duplicate:
Filter output of adb logcat based on thread id

Is it possible to get get output from certain threads only, i am able to get thread id but not the filtered output. I have tried all methods of obtatining logs but unable to filter based on process id.

Community
  • 1
  • 1
IMCoder
  • 231
  • 3
  • 5

1 Answers1

1

If you are using Eclipse + ADT, you can open the DDMS perspective, active the LogCat Tab, you can input text like this “pid:18467” into the InputTextBox in the top of the panel. Then the LogCat will filter all the message for the app which the pid is 18467。

lishali
  • 163
  • 1
  • 6