Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/
Dzip_helper.cpp74 SANITIZERD_LOGW("file %{public}s not exists.", path.c_str()); in ReadNormalFileToString()
187 SANITIZERD_LOGW("Failed to query bundleName from bms, uid:%{public}d.", uid); in GetApplicationNameById()
200 SANITIZERD_LOGW("Failed to query BundleInfo from bms, uid:%{public}d.", uid); in GetApplicationVersion()
277 SANITIZERD_LOGW("file %{public}s is creating now.", name.c_str()); in CreateLogFile()
Dsanitizerd_log.h40 #define SANITIZERD_LOGW(fmt, args...) SANITIZERD_DECORATOR_HILOG(OHOS::HiviewDFX::HiLog::Warn, fmt,… macro