From db4d7031b6aa842fd7890401eba65ae526c75b4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=89=9B=E5=B8=85=E5=B8=85?= <1599620761@qq.com> Date: Tue, 13 Dec 2022 01:01:42 +0000 Subject: [PATCH] =?UTF-8?q?update=20services/hilogd/log=5Fdomains.cpp.=20?= =?UTF-8?q?=20DFX=E5=AD=90=E7=B3=BB=E7=BB=9F=20=20DFM=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E5=BA=95=E5=B1=82=E6=9C=8D=E5=8A=A1=E6=96=B0=E5=A2=9EDomainID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 牛帅帅 <1599620761@qq.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