From 82645c47220f9231a2eb62313fd12c428d69137c Mon Sep 17 00:00:00 2001 From: w30052125 Date: Sat, 14 Oct 2023 19:05:02 +0800 Subject: [PATCH 1/2] =?UTF-8?q?TicketNo:AR000IK2DF=20Description:=E3=80=90?= =?UTF-8?q?=E5=B7=A5=E7=A8=8B=E6=9C=BAR2=E3=80=91=E3=80=90=E5=8D=95?= =?UTF-8?q?=E5=8F=8C=E4=BA=92=E9=80=9A=E3=80=91=E5=87=BA=E8=A1=8C=E5=88=86?= =?UTF-8?q?=E5=B8=83=E5=BC=8F=E4=B8=9A=E5=8A=A1=E8=B0=83=E5=BA=A6=E7=AE=A1?= =?UTF-8?q?=E7=90=86SA=E5=B7=A5=E7=A8=8B=E6=90=AD=E5=BB=BA=20Team:OTHERS?= =?UTF-8?q?=20Feature=20or=20Bugfix:Feature=20Binary=20Source:=20NA=20Priv?= =?UTF-8?q?ateCode(Yes/No):No?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 af78a4e..6d43620 100644 --- a/services/hilogd/log_domains.cpp +++ b/services/hilogd/log_domains.cpp @@ -73,6 +73,7 @@ static const KVMap g_DomainList({ {0xD005200, "WpaSupplicant"}, {0xD005300, "Push"}, {0xD00AD00, "ASystem"}, + {0xD005400, "CarService"}, }, __UINT32_MAX__, "Invalid"); static const uint32_t APP_DOMAIN_MASK = 0xFFFF0000; -- Gitee From 84ebd3cee6ecb322ffb91a38508d4fedde787993 Mon Sep 17 00:00:00 2001 From: weiyuxiong <13564342+weiyuxiong@user.noreply.gitee.com> Date: Sat, 14 Oct 2023 11:27:46 +0000 Subject: [PATCH 2/2] update services/hilogd/log_domains.cpp. Signed-off-by: weiyuxiong <13564342+weiyuxiong@user.noreply.gitee.com> --- services/hilogd/log_domains.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/hilogd/log_domains.cpp b/services/hilogd/log_domains.cpp index 6d43620..605566a 100644 --- a/services/hilogd/log_domains.cpp +++ b/services/hilogd/log_domains.cpp @@ -73,7 +73,7 @@ static const KVMap g_DomainList({ {0xD005200, "WpaSupplicant"}, {0xD005300, "Push"}, {0xD00AD00, "ASystem"}, - {0xD005400, "CarService"}, + {0xD005400, "CarService"}, }, __UINT32_MAX__, "Invalid"); static const uint32_t APP_DOMAIN_MASK = 0xFFFF0000; -- Gitee