1

I am using adb logcat -v threadtime to get the output in a format that includes time and thread id. I was wondering if there is a way to filter output based on the thread id (tid).

I want to get output from certain threads only, now i can get the thread id but not the filtered output.

Thanks

Akhil Latta
  • 1,603
  • 1
  • 22
  • 37

1 Answers1

2
adb logcat -v threadtime | grep 123yourthreadid456
animuson
  • 53,861
  • 28
  • 137
  • 147
ABentSpoon
  • 5,007
  • 1
  • 26
  • 23