From ab006dca7393c9bdc60cd97b4490a3f63e11cdc5 Mon Sep 17 00:00:00 2001 From: z00657720 <13754920+z00657720@user.noreply.gitee.com> Date: Sat, 25 Nov 2023 02:22:10 +0000 Subject: [PATCH] =?UTF-8?q?update=20services/hilogd/log=5Fdomains.cpp.=20c?= =?UTF-8?q?onnectivity=E9=A2=86=E5=9F=9F=E5=88=86=E9=85=8D=E4=B8=80?= =?UTF-8?q?=E4=B8=AAID=E3=80=82=20=E7=94=A8=E4=BA=8E=E5=BD=93=E5=89=8Dconn?= =?UTF-8?q?ectivity=E5=B9=B3=E5=8F=B0=E9=A2=86=E5=9F=9F=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E5=B1=82=E8=BF=9B=E7=A8=8Boam=5Fhisi,=20chrKlogd=E7=AD=89?= =?UTF-8?q?=E8=BF=9B=E7=A8=8B=E8=BE=93=E5=87=BA=E6=97=A5=E5=BF=97=E4=BD=BF?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: z00657720 <13754920+z00657720@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 3ad8d43..0b82abf 100644 --- a/services/hilogd/log_domains.cpp +++ b/services/hilogd/log_domains.cpp @@ -80,6 +80,7 @@ static const KVMap g_DomainList({ {0xD005900, "VirtService"}, {0xD005A00, "AccessControl"}, {0xD005B00, "Tee"}, + {0xD005C00, "Connectivity"}, {0xD00AD00, "ASystem"}, }, __UINT32_MAX__, "Invalid"); -- Gitee