Uses timeout value of watchdog device directly, without modifying it with ioctl. On some platforms, especially these with multiple watchdog devices, the timeout values can be strictly defined for the watchdogs to timeout in a certain order. Leaves timeout value as it is and divides minimal of them by 2 as watchdog kicking period. Flag: EXEMPT normal/day-to-day bugfix Bug: 348318712 Change-Id: Icdcce368f1803cd3b38a48f05e2788d881e3ad6f
9 lines
250 B
Text
9 lines
250 B
Text
# Pet watchdog timer every half of its timeout period.
|
|
service gs_watchdogd /system_ext/bin/gs_watchdogd
|
|
class core
|
|
oneshot
|
|
seclabel u:r:gs_watchdogd:s0
|
|
shutdown critical
|
|
|
|
on property:vendor.all.devices.ready=1
|
|
start gs_watchdogd
|