摘要: 查看cpuset的所有分组 adb shell ls -l /dev/cpuset 查看system-background的cpuset的cpu adb shell cat /dev/cpuset/system-background/cpus 查看system-background的应用 adb s 阅读全文
posted @ 2021-04-01 23:24 Forrest_Lin 阅读(876) 评论(0) 推荐(0)
摘要: Event中的各个阶段 am_proc_start frameworks/base/services/core/java/com/android/server/am/ProcessList.java @GuardedBy("mService") boolean handleProcessStarte 阅读全文
posted @ 2021-03-24 23:55 Forrest_Lin 阅读(944) 评论(0) 推荐(0)
摘要: 定义 /frameworks/base/cmds/bootanimation/bootanim.rc service bootanim /system/bin/bootanimation class core animation user graphics group graphics audio 阅读全文
posted @ 2021-03-13 22:45 Forrest_Lin 阅读(633) 评论(0) 推荐(0)
摘要: 开机各个阶段描述 阶段 描述 boot_progress_start 系统进入用户空间,标志着kernel启动完成 boot_progress_preload_start Zygote启动 boot_progress_preload_end Zygote结束 boot_progress_system 阅读全文
posted @ 2021-03-13 22:36 Forrest_Lin 阅读(3950) 评论(0) 推荐(1)