+ 2
[0.121450] msm_watchdog b017000.qcom,wdf:MSM Watchdog. Initialized
what does this mean ?
2 odpowiedzi
+ 3
After watchdog starts, it puts itself into the background and then tries all checks specified in its configuration file in turn. Between each two tests it will write to the kernel device to prevent a reset. After finishing all tests watchdog goes to sleep for some time. The kernel drivers expects a write to the watchdog device every minute. Otherwise the system will be reset. As a default watchdog will sleep for only 10 seconds so it triggers the device early enough.
+ 1
What are you trying to do?