!129 add new TAG for commonlibrary.

Merge pull request !129 from hwx1130639/master
This commit is contained in:
openharmony_ci
2023-02-25 08:25:11 +00:00
committed by Gitee
+1
View File
@@ -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();