Home
last modified time | relevance | path

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

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