From 16b1638634ad661d6cf4e0784a6337db3850d943 Mon Sep 17 00:00:00 2001 From: zg1988 <7807486+zg2wvj@user.noreply.gitee.com> Date: Thu, 20 Oct 2022 01:53:35 +0000 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0InterConnection=E7=9A=84Domai?= =?UTF-8?q?nId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zg1988 <7807486+zg2wvj@user.noreply.gitee.com> --- services/hilogd/log_domains.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/services/hilogd/log_domains.cpp b/services/hilogd/log_domains.cpp index 1699bbc..5016cbe 100644 --- a/services/hilogd/log_domains.cpp +++ b/services/hilogd/log_domains.cpp @@ -65,6 +65,7 @@ static const KVMap g_DomainList({ {0xD004300, "Storage"}, {0xD004400, "DeviceProfile"}, {0xD004500, "WebView"}, + {0xD004600, "InterConnection"}, {0xD00AD00, "ASystem"}, }, __UINT32_MAX__, "Invalid"); -- Gitee