Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.h90 std::string GetSanitizerReason(const int32_t faultLogType, const std::string &reason) const;
H A Dfaultlogger.cpp295 info.sectionMap["REASON"] = GetSanitizerReason(info.faultLogType, info.reason); in AddPublicInfo()
598 std::string Faultlogger::GetSanitizerReason(const int32_t faultLogType, const std::string &reason) … in GetSanitizerReason() function in OHOS::HiviewDFX::Faultlogger
617 params["type"] = GetSanitizerReason(FaultLogType::ADDR_SANITIZER, reason); in ReportSanitizerToAppEvent()