From 65ff199a812111e0745137d6b4022eadf3155c2b Mon Sep 17 00:00:00 2001 From: houpengfei Date: Tue, 22 Mar 2022 12:05:36 +0000 Subject: [PATCH] Signed-off-by:hhh2 Signed-off-by: houpengfei Change-Id: I5c8a0e70967dbbb1f15306b01869903443ac6587 --- utils/include/sensor_log.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/include/sensor_log.h b/utils/include/sensor_log.h index 382451db..716fb658 100755 --- a/utils/include/sensor_log.h +++ b/utils/include/sensor_log.h @@ -18,7 +18,7 @@ #include "hilog/log.h" namespace OHOS { -namespace MMI { +namespace Sensors { namespace { constexpr uint32_t SENSOR_LOG_DOMAIN = 0xD002800; } // namespace @@ -45,6 +45,6 @@ constexpr uint32_t SENSOR_LOG_DOMAIN = 0xD002800; #define SENSOR_LOGF(fmt, ...) do { \ OHOS::HiviewDFX::HiLog::Fatal(LABEL, SENSOR_FUNC_FMT fmt, SENSOR_FUNC_INFO, ##__VA_ARGS__); \ } while (0) -} // namespace MMI +} // namespace Sensors } // namespace OHOS #endif // SENSOR_LOG_H \ No newline at end of file -- Gitee