Loading cmds/dumpstate/dumpstate.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -1271,6 +1271,9 @@ static Dumpstate::RunStatus RunDumpsysTextByPriority(const std::string& title, i dumpsys.writeDumpFooter(STDOUT_FILENO, service, elapsed_seconds); bool dump_complete = (status == OK); dumpsys.stopDumpThread(dump_complete); } else { MYLOGE("Failed to start dump thread for service: %s, status: %d", String8(service).c_str(), status); } } Loading Loading
cmds/dumpstate/dumpstate.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -1271,6 +1271,9 @@ static Dumpstate::RunStatus RunDumpsysTextByPriority(const std::string& title, i dumpsys.writeDumpFooter(STDOUT_FILENO, service, elapsed_seconds); bool dump_complete = (status == OK); dumpsys.stopDumpThread(dump_complete); } else { MYLOGE("Failed to start dump thread for service: %s, status: %d", String8(service).c_str(), status); } } Loading