add sa trace tag

Signed-off-by: chen <chenkang40@huawei.com>
Change-Id: Ie26879e87ac09c3197599fffddd5d39cecdb163f
This commit is contained in:
chen
2022-06-20 13:53:37 +08:00
parent 7cf3bf1960
commit c5fd883b30
+1
View File
@@ -866,6 +866,7 @@ static void InitAllSupportTags()
g_tagMap["dscreen"] = { "dscreen", "Distributed Screen", HITRACE_TAG_DISTRIBUTED_SCREEN, USER, {}};
g_tagMap["dcamera"] = { "dcamera", "Distributed Camera", HITRACE_TAG_DISTRIBUTED_CAMERA, USER, {}};
g_tagMap["devicemanager"] = { "devicemanager", "Device Manager", HITRACE_TAG_DEVICE_MANAGER, USER, {}};
g_tagMap["samgr"] = { "samgr", "samgr", HITRACE_TAG_SAMGR, USER, {}};
g_tagMap["app"] = { "app", "APP Module", HITRACE_TAG_APP, USER, {}};
g_tagMap["zbinder"] = { "zbinder", "OpenHarmony binder communication", 0, KERNEL, {
{ "events/zbinder/enable" },