diff --git a/platform/interface/native/log.cpp b/platform/interface/native/log.cpp index 71821c35d3e128088799d00e13dd49698493056a..6fe4c54e8a37ff8644c4aa53151d9feb115629f2 100644 --- a/platform/interface/native/log.cpp +++ b/platform/interface/native/log.cpp @@ -28,6 +28,6 @@ void LogPrint(OHOS::Ace::LogLevel level, const char* fmt, ...) void LogPrint(OHOS::Ace::LogLevel level, const char* fmt, va_list args) { OHOS::Ace::LogWrapper::PrintLog(OHOS::Ace::LogDomain::JS_APP, level, - OHOS::Ace::AceLogTag::DEFAULT, fmt, args); + OHOS::Ace::AceLogTag::ACE_DEFAULT_DOMAIN, fmt, args); } } // namespace OHOS::HiviewDFX::Hilog::Platform \ No newline at end of file