Lines Matching refs:logPath
502 sysEvent->SetEventValue("LOG_PATH", info.logPath); in OnEvent()
564 std::string logPath = sysEvent->GetEventValue("LOG_PATH"); in ReportJsErrorToAppEvent() local
565 if (!logPath.empty()) { in ReportJsErrorToAppEvent()
566 externalLog.append(logPath); in ReportJsErrorToAppEvent()
619 std::string logPath = sysEvent->GetEventValue("LOG_PATH"); in ReportSanitizerToAppEvent() local
620 if (!logPath.empty()) { in ReportSanitizerToAppEvent()
621 externalLog.append(logPath); in ReportSanitizerToAppEvent()
668 std::unique_ptr<FaultLogInfo> Faultlogger::GetFaultLogInfo(const std::string &logPath) in GetFaultLogInfo() argument
674 auto info = std::make_unique<FaultLogInfo>(FaultLogger::ParseFaultLogInfoFromFile(logPath)); in GetFaultLogInfo()
675 info->logPath = logPath; in GetFaultLogInfo()
706 void Faultlogger::FaultlogLimit(const std::string &logPath, int32_t faultType) const in FaultlogLimit() argument
708 std::ifstream logReadFile(logPath); in FaultlogLimit()
731 std::ofstream logWriteFile(logPath); in FaultlogLimit()
766 info.sectionMap["STACK"] = GetThreadStack(info.logPath, info.pid); in AddFaultLogIfNeed()
790 FaultlogLimit(info.logPath, info.faultLogType); in AddFaultLogIfNeed()
883 externalLog.append(info.logPath); in GetStackInfo()
1089 externalLogList.push_back(info.logPath); in ReportAppFreezeToAppEvent()