I'm working on an embedded system that uses Chromium to drive the front panel display. Once in a long while a customer will report an "Aw snap" display on the front panel, showing where some portion of Chromium crashed. Obviously it would be best to prevent such crashes; just as obviously it would be a bear to find and cure the cause, as Chromium is running a fairly complex web app.
A close second best would be to have Chromium automatically restart if it ever has an "Aw Snap" event. I've looked for a configuration flag that would do just that, but have had no success. Third choice would be a way to externally detect if Chromium has had an event; I could then write a script to watch Chromium and restart it if there's a crash.
Is there any sort of command line flag that would tell Chromium to restart itself if a portion crashes? Or, is there a way to detect if a portion of Chromium has crashed?
Thanks,
Dan