How to make Java Thread Dump in Android?

后端 未结 6 1810
面向向阳花
面向向阳花 2020-12-29 11:00

I just want to get all dumps from java virtual machine threads, to look at what the threads lock and what threads waiting to unlock some resources. Something like is describ

6条回答
  •  遥遥无期
    2020-12-29 11:21

    I'm guessing you need the threads within an app. For this, you can use the DDMS view on the ADT eclipse plugin. Here's the doc http://developer.android.com/tools/debugging/ddms.html#thread

提交回复
热议问题