Home
last modified time | relevance | path

Searched refs:watchdog_timeout (Results 1 – 1 of 1) sorted by relevance

/system/core/init/
Dreboot.cpp910 auto watchdog_timeout = GetMillisProperty("init.userspace_reboot.watchdog.timeoutmillis", 5min); in UserspaceRebootWatchdogThread() local
911 LOG(INFO) << "UserspaceRebootWatchdog timeout: " << watchdog_timeout.count() << "ms"; in UserspaceRebootWatchdogThread()
912 if (!WaitForProperty("sys.boot_completed", "1", watchdog_timeout)) { in UserspaceRebootWatchdogThread()
913 LOG(ERROR) << "Failed to boot in " << watchdog_timeout.count() in UserspaceRebootWatchdogThread()