Lines Matching refs:headerInfo
49 std::stringstream headerInfo; in PrintDumpHeader() local
54 headerInfo << "Build info:" << buildInfo << "\n"; in PrintDumpHeader()
57 headerInfo << "Timestamp:" << GetCurrentTimeStr(request->timeStamp); in PrintDumpHeader()
60 headerInfo << "Timestamp:" << GetCurrentTimeStr(); in PrintDumpHeader()
63 headerInfo << "Pid:" << process->processInfo_.pid << "\n" << in PrintDumpHeader()
75 headerInfo << reasonInfo << "\n"; in PrintDumpHeader()
78 headerInfo << "LastFatalMessage:" << msg.c_str() << "\n"; in PrintDumpHeader()
84 headerInfo << "TraceId:" << std::hex << std::uppercase << in PrintDumpHeader()
90 headerInfo << "Fault thread info:\n"; in PrintDumpHeader()
93 DfxRingBufferWrapper::GetInstance().AppendBaseInfo(headerInfo.str()); in PrintDumpHeader()
171 std::stringstream headerInfo; in PrintThreadHeaderByConfig() local
175 …headerInfo << "Tid:" << thread->threadInfo_.tid << ", Name:" << thread->threadInfo_.threadName << … in PrintThreadHeaderByConfig()
178 DfxRingBufferWrapper::GetInstance().AppendBaseInfo(headerInfo.str()); in PrintThreadHeaderByConfig()