Monday 18 July 2016

How to debug zygote problems?



Hi guys, I was wondering if there is a way of finding out what is causing zygote to fail. I can't find anything in logcat, and I can't find anything in dmesg. Strace does not help either. Is there something specific that I can do to track the zygote failure? I currently have a bootanimation loop. Here is a bit of code:


Code:


[    5.709747] init: Starting service 'adbd'...
[    5.715148] adb_open
[    5.715209] adb_bind_config
[    5.726165] init: Service 'ks_checker' (pid 191) exited with status 0
[    5.798400] init: Service 'zygote' (pid 206) exited with status 1
[    5.798614] init: Service 'zygote' (pid 206) killing any children in process group
[    5.798767] init: write_file: Unable to open '/sys/android_power/request_state': No such file or directory
[    5.798950] request_suspend_state: wakeup (3->0) at 5796685029 (2016-07-18 17:25:13.566187353 UTC)
[    5.799133] init: Service 'media' is being killed...
[    5.799407] init: Service 'netd' is being killed...
[    5.800170] init: Service 'media' (pid 196) killed by signal 9
[    5.800262] init: Service 'media' (pid 196) killing any children in process group
[    5.800689] init: Service 'netd' (pid 193) killed by signal 9
[    5.800842] init: Service 'netd' (pid 193) killing any children in process group
[    5.801330] init: Untracked pid 288 killed by signal 9


Looking forward to some help! Thanks!



No comments:

Post a Comment