Home
last modified time | relevance | path

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

/system/core/init/
Dsigchld_handler.cpp64 std::string wait_string; in ReapOneProcess() local
78 wait_string = StringPrintf(" waiting took %f seconds", exec_duration_ms / 1000.0f); in ReapOneProcess()
84 wait_string = StringPrintf(" oneshot service took %f seconds in background", in ReapOneProcess()
93 LOG(INFO) << name << " exited with status " << siginfo.si_status << wait_string; in ReapOneProcess()
95 LOG(INFO) << name << " received signal " << siginfo.si_status << wait_string; in ReapOneProcess()