Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp197 std::string leftStr = StringUtil::GetLeftSubstr(summary, "Error message:"); in ParseJsErrorSummary() local
199 name = StringUtil::GetRightSubstr(leftStr, "Error name:"); in ParseJsErrorSummary()
201 leftStr = StringUtil::GetLeftSubstr(rightStr, "Stacktrace:"); in ParseJsErrorSummary()
203 if (leftStr.find("Error code:") != std::string::npos) { in ParseJsErrorSummary()
204 leftStr = StringUtil::GetLeftSubstr(leftStr, "Error code:"); in ParseJsErrorSummary()
207 if (leftStr.find("SourceCode:") != std::string::npos) { in ParseJsErrorSummary()
208 leftStr = StringUtil::GetLeftSubstr(leftStr, "SourceCode:"); in ParseJsErrorSummary()
212 message = leftStr; in ParseJsErrorSummary()