We have been searching for a solution / override to the default behavior of exit_type status when startup / restoration of the browser session after a power fail event.
As we understand it:
- Chromium (in our case Windows 10 x64 / chrome.exe) sets the status to "Crashed" at process startup
- When/if the process exits cleanly, the status is updated to "Normal"
- On the subsequent invocation, chrome will read the exit_type status and decide how to launch the browser session
Our application / platform is unattended / kiosk. If a power fail event occurs, the system will reboot and present the Google Search page (on top of our main application UI). This behavior is not ideal. Previously, we were working around this behavior using the --app switch, but with version 91.0.4472.77 the behavior has changed.
I've done some quick searching, and didn't find any specific request or a way to override this default behavior. Specifically, no matter the status of the exit_type always launch the process assuming "Normal". If an officially supported override exists, it would be great to be directed to a doc page explaining its usage.
As of right now we are using a hacky workaround to update this status within the Preferences file prior to invoking the process.
Thanks for the assistance.