Is there a way to monitor threads in AndroidStudio?

前端 未结 5 626
栀梦
栀梦 2021-01-11 20:24

I have an Android Java app that I am creating in AndroidStudio and running it on a Samsung Tablet (not using a virtual device at all). I have three threads and I believe th

5条回答
  •  既然无缘
    2021-01-11 21:10

    In debug mode: at the bottom of androidStudio, click on: Debug -> Debugger -> Threads

提交回复
热议问题