Home | History | Annotate | Download | only in runtime

Lines Matching full:detail

739         std::string detail(StringPrintf("Trace data write failed: %s", strerror(errno)));
740 PLOG(ERROR) << detail;
741 ThrowRuntimeException("%s", detail.c_str());