Home | History | Annotate | Download | only in collector

Lines Matching full:oss

172     std::ostringstream oss;
174 runtime->GetThreadList()->DumpForSigQuit(oss);
175 runtime->GetThreadList()->DumpNativeStacks(oss);
176 runtime->SetFaultMessage(oss.str());