From 0efd0d6b5178a2f0644aef5ec1b807827bf9baf0 Mon Sep 17 00:00:00 2001 From: yqhan Date: Thu, 9 Feb 2023 22:48:49 +0800 Subject: [PATCH] add trace TAG for commonlibrary. issue: https://gitee.com/openharmony/commonlibrary_ets_utils/issues/I6E3EG Signed-off-by: yqhan --- bin/src/bytrace_cmd.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/src/bytrace_cmd.cpp b/bin/src/bytrace_cmd.cpp index cf52364..37a9606 100644 --- a/bin/src/bytrace_cmd.cpp +++ b/bin/src/bytrace_cmd.cpp @@ -911,6 +911,7 @@ static void InitAllSupportTags() g_tagMap["net"] = {"net", "net", HITRACE_TAG_NET, USER, {}}; g_tagMap["accesscontrol"] = {"accesscontrol", "Access Control Module", HITRACE_TAG_ACCESS_CONTROL, USER, {}}; g_tagMap["interconn"] = {"interconn", "Interconnection subsystem", HITRACE_TAG_INTERCONNECTION, USER, {}}; + g_tagMap["commonlibrary"] = {"commonlibrary", "Commonlibrary subsystem", HITRACE_TAG_COMMONLIBRARY, USER, {}}; // Kernel os InitKernelSupportTags();