简体   繁体   中英

Android Threads Debugging

I have a huge code that upon user request starts new Activity with many JAVA threads and JNI pthreads. I am using adb shell top grep my_package and can see that not all threads are closed when the activity ends. Is there a way to profile/monitor threads/process?

Thanks, Dan

我希望它能很好地完成一个任务:我在活动完成时看到的并保留在顶部的进程是OS与线程池保持在一起的AsynchTask。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM