add access control tag

Signed-off-by: libing23 <libing23@huawei.com>
This commit is contained in:
libing23
2022-08-22 15:56:02 +08:00
parent 677a13cca1
commit 5226d2d36c
+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["accesscontrol"] = {"accesscontrol", "Access Control Module", HITRACE_TAG_ACCESS_CONTROL, USER, {}};
// Kernel os
InitKernelSupportTags();
}