Is anyone else using application watchdogs?
I added a “reboot” watchdog to a simple application. It only works if the application is running!
The entire point of watchdogs is to respond to unexpected application failure… by restarting the app or rebooting the modem
If I stop or exit the application, the following message is in the logs:
fx30 user.info Legato: INFO | watchdog[1143]/watchdogDaemon T=main | watchdog.c CleanUpClosedClient() 355 | Client session closed
If the application crashes (instead of clean stop)… the watchdog still doesn’t fire.
Any advice?
BTW. FX30, running sandbox c-code application