Merge branch 'master' of gitee.com:openharmony/developtools_bytrace into master

Signed-off-by: libing23 <libing23@huawei.com>
This commit is contained in:
libing23
2022-08-26 02:46:28 +00:00
committed by Gitee
+1
View File
@@ -883,6 +883,7 @@ static void InitAllSupportTags()
g_tagMap["dslm"] = {"dslm", "device security level", HITRACE_TAG_DLSM, USER, {}};
g_tagMap["useriam"] = {"useriam", "useriam", HITRACE_TAG_USERIAM, USER, {}};
g_tagMap["nweb"] = {"nweb", "NWEB Module", HITRACE_TAG_NWEB, USER, {}};
g_tagMap["net"] = {"net", "net", HITRACE_TAG_NET, USER, {}};
g_tagMap["accesscontrol"] = {"accesscontrol", "Access Control Module", HITRACE_TAG_ACCESS_CONTROL, USER, {}};
// Kernel os
InitKernelSupportTags();