How to make Java Thread Dump in Android?

后端 未结 6 1795
面向向阳花
面向向阳花 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:27

    If you switch to the DDMS view in Eclipse you have some tools to look at threads. Is that what you're looking for?

提交回复
热议问题