From 12d40c30d43d10f5d86e6eb3588d8ea9a47f566b Mon Sep 17 00:00:00 2001 From: bigpumpkin Date: Mon, 29 Mar 2021 11:22:24 +0800 Subject: [PATCH] add softbus module --- interfaces/native/kits/hilog_lite/hiview_log.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interfaces/native/kits/hilog_lite/hiview_log.h b/interfaces/native/kits/hilog_lite/hiview_log.h index dd32882..183d091 100755 --- a/interfaces/native/kits/hilog_lite/hiview_log.h +++ b/interfaces/native/kits/hilog_lite/hiview_log.h @@ -109,6 +109,8 @@ typedef enum { HILOG_MODULE_SCY, /** XTS */ HILOG_MODULE_XTS, + /** SoftBus */ + HILOG_MODULE_SOFTBUS, /** Maximum number of modules */ HILOG_MODULE_MAX } HiLogModuleType; -- Gitee