Searched refs:logContext (Results 1 – 1 of 1) sorted by relevance
90 …std::string logContext = OHOS::HiviewDFX::StringPrintf("Tid:%d, Name:%s\n", request->tid, request-… in CrashLocalUnwind() local93 logContext.append(unwind.GetFramesStr(unwind.GetFrames())); in CrashLocalUnwind()94 errMessage += logContext; in CrashLocalUnwind()96 logContext.append(regs->PrintRegs()); in CrashLocalUnwind()97 logContext.append("\nMaps:\n"); in CrashLocalUnwind()99 logContext.append(map->ToString()); in CrashLocalUnwind()102 for (unsigned int i = 0; i < logContext.length(); i += BUF_SZ_SMALL) { in CrashLocalUnwind()103 PrintLog(fd, "%s", logContext.substr(i, BUF_SZ_SMALL).c_str()); in CrashLocalUnwind()