Home
last modified time | relevance | path

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

/system/core/init/
Dsigchld_handler.cpp61 std::string wait_string; in ReapOneProcess() local
77 wait_string = StringPrintf(" waiting took %f seconds", exec_duration_ms / 1000.0f); in ReapOneProcess()
85 LOG(INFO) << name << " exited with status " << siginfo.si_status << wait_string; in ReapOneProcess()
87 LOG(INFO) << name << " received signal " << siginfo.si_status << wait_string; in ReapOneProcess()