Home
last modified time | relevance | path

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

/system/core/init/
Dservice.cpp1182 std::string wait_string; in ReapOneProcess() local
1186 wait_string = StringPrintf(" waiting took %f seconds", in ReapOneProcess()
1195 LOG(INFO) << name << " exited with status " << WEXITSTATUS(status) << wait_string; in ReapOneProcess()
1197 LOG(INFO) << name << " killed by signal " << WTERMSIG(status) << wait_string; in ReapOneProcess()