[0.121450] msm_watchdog b017000.qcom,wdf:MSM Watchdog. Initialized | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

[0.121450] msm_watchdog b017000.qcom,wdf:MSM Watchdog. Initialized

what does this mean ?

16th Aug 2018, 10:20 AM
Ralph Pehrson
2 Answers
+ 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.
19th Aug 2018, 2:10 PM
BroFar
BroFar - avatar
+ 1
What are you trying to do?
16th Aug 2018, 11:29 AM
J.G.
J.G. - avatar