Hi,
I have an application in which I use the watchdog timer. This is an embedded application so it does not have the "close" button. The only way tho close it is "kill" it from the console. The problem is when the application is "killed", the watchdog timer is not deactivated, so it reset the device.

What is the protected function that I have to re-implement to de-activate the watchdog when application is killed? I tried closeEvent() but this function is not called the application is killed.

Thanks