App信息汇总
1. Android R上只启动一个app线程状态
# ps -e | grep app4 u0_a113 8305 617 5666228 109848 ep_poll 0 S com.example.myapp4 /proc/8305/task # ls 8305 8312 8317 8318 8319 8320 8321 8322 8323 8324 8335 8336 8347 /proc/8305/task # cat */comm .example.myapp4 //110 Jit thread pool //120 Signal Catcher //120 ADB-JDWP Connec //120 HeapTaskDaemon //124 ReferenceQueueD //124 FinalizerDaemon //124 FinalizerWatchd //124 Binder:8305_1 //120 Binder:8305_2 //120 Profile Saver //129 RenderThread //110 Binder:8305_3 //120
默认所有线程都是不绑核状态的。
posted on 2023-11-10 14:05 Hello-World3 阅读(30) 评论(0) 编辑 收藏 举报