From e8b9ffed6e3fa4205e26a12c88401ffd27da5ce5 Mon Sep 17 00:00:00 2001 From: 158******26 <12202527+ocean_he@user.noreply.gitee.com> Date: Tue, 13 Dec 2022 01:15:36 +0000 Subject: [PATCH] =?UTF-8?q?update=20services/hilogd/log=5Fdomains.cpp.=20D?= =?UTF-8?q?FX=E5=AD=90=E7=B3=BB=E7=BB=9F=20=E7=94=9F=E4=BA=A7=E5=BA=95?= =?UTF-8?q?=E5=B1=82=E6=9C=8D=E5=8A=A1=20=E7=94=B3=E8=AF=B7DomainID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 158******26 <12202527+ocean_he@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 22f39b3..b2d6f0f 100644 --- a/services/hilogd/log_domains.cpp +++ b/services/hilogd/log_domains.cpp @@ -67,6 +67,7 @@ static const KVMap g_DomainList({ {0xD004500, "WebView"}, {0xD004600, "Interconnection"}, {0xD004700, "Cloud"}, + {0xD004800, "Manufacture"}, {0xD00AD00, "ASystem"}, }, __UINT32_MAX__, "Invalid"); -- Gitee