using strace to follow the startup of zygote

来源:互联网 发布:看门狗2优化补丁 编辑:程序博客网 时间:2024/06/16 12:27

Replace:

service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-system-server

with

service zygote /system/xbin/strace -f -tt -o /cache/debug/boot.strace /system/bin/app_process -Xzygote /system/bin --zygote --start-system-server