mirror of
https://github.com/openharmony/developtools_bytrace.git
synced 2026-07-15 06:07:13 -04:00
add trace TAG for commonlibrary. issue: https://gitee.com/openharmony/commonlibrary_ets_utils/issues/I6E3EG Signed-off-by: yqhan <hanyuqing2@huawei.com>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user