Home
last modified time | relevance | path

Searched refs:threadInfo (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dcppcrash_reporter.cpp61 std::string threadInfo = thread->ToString(); in Format() local
62 auto iterator = threadInfo.begin(); in Format()
63 while (iterator != threadInfo.end() && *iterator != '\n') { in Format()
65 iterator = threadInfo.erase(iterator); in Format()
70 stack_ += threadInfo; in Format()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/formatter/
H A Ddfx_json_formatter.cpp140 Json::Value threadInfo; in FormatKernelStackJson() local
141 threadInfo["thread_name"] = threadStack.threadName; in FormatKernelStackJson()
142 threadInfo["tid"] = threadStack.tid; in FormatKernelStackJson()
158 threadInfo["frames"] = frames; in FormatKernelStackJson()
159 jsonInfo.append(threadInfo); in FormatKernelStackJson()

Completed in 1 milliseconds