diff --git a/utils/include/sensor_log.h b/utils/include/sensor_log.h index 382451db4cff04fe3ca1b9ec18a957640543217a..716fb658189b8bad8fcf04c98d9636b39765d5cc 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