Searched refs:GetStackInfo (Results 1 - 5 of 5) sorted by relevance
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | dfx_stack_info_formatter.h | 39 bool GetStackInfo(bool isJsonDump, std::string& jsonStringInfo) const; 44 bool GetStackInfo(bool isJsonDump, Json::Value& jsonInfo) const;
|
H A D | dfx_stack_info_formatter.cpp | 50 bool DfxStackInfoFormatter::GetStackInfo(bool isJsonDump, std::string& jsonStringInfo) const in GetStackInfo() function in OHOS::HiviewDFX::DfxStackInfoFormatter 54 DFXLOGD("GetStackInfo isJsonDump:%{public}d", isJsonDump); in GetStackInfo() 56 if (!GetStackInfo(isJsonDump, jsonInfo)) { in GetStackInfo() 66 bool DfxStackInfoFormatter::GetStackInfo(bool isJsonDump, Json::Value& jsonInfo) const in GetStackInfo() function in OHOS::HiviewDFX::DfxStackInfoFormatter 69 DFXLOGE("GetStackInfo var is null"); in GetStackInfo()
|
H A D | process_dumper.cpp | 323 formatter.GetStackInfo(isJsonDump_, jsonInfo); in Dump() 324 DFXLOGI("Finish GetStackInfo len %{public}" PRIuPTR "", jsonInfo.length()); in Dump()
|
/base/hiviewdfx/hiview/plugins/faultlogger/service/ |
H A D | faultlogger.h | 87 void GetStackInfo(const FaultLogInfo& info, std::string& stackInfo) const;
|
H A D | faultlogger.cpp | 845 GetStackInfo(info, stackInfo); in ReportCppCrashToAppEvent() 860 void Faultlogger::GetStackInfo(const FaultLogInfo& info, std::string& stackInfo) const in GetStackInfo() function in OHOS::HiviewDFX::Faultlogger
|
Completed in 5 milliseconds