Home
last modified time | relevance | path

Searched refs:threadsJsonArray (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_stack_info_formatter.cpp125 Json::Value threadsJsonArray(Json::arrayValue); in GetNativeCrashInfo() local
126 AppendThreads(otherThreads, threadsJsonArray); in GetNativeCrashInfo()
127 jsonInfo["threads"] = threadsJsonArray; in GetNativeCrashInfo()