imperador / chromefy

Project Croissant: Install Chrome OS on any Computer - Transforming Chromium to Chrome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android shutdown and relaunch errors

khanhtranngoccva opened this issue · comments

When the device shuts down or logs out when running a fully functional Android container, the system fails to unmount any file systems and forces poweroff/logout, therefore failing to restore last session. The container then fails to launch next session, throwing unknown errors in the log. This error is reproduced on builds based on atlas or caroline systems. This does not happen if you do not run Android from last session.

arc.log
This is the log of the error.

Basically signal 9, all of a sudden. I do not know what is causing the system to suddenly quit.

Check the log, if there's a precreate hook error in earlier versions that causes shutdown (due to timeout), edit the precreate timeout to 2000 or more in config.json.
I haven't read yet on how to fix signal 9.