From 4c422a56b5466a71026d0103933ac72a9be8f5e4 Mon Sep 17 00:00:00 2001 From: chen0088 Date: Wed, 8 Jun 2022 10:35:59 +0800 Subject: [PATCH] dcamera add hitrace Signed-off-by: chen0088 --- bin/src/bytrace_cmd.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/src/bytrace_cmd.cpp b/bin/src/bytrace_cmd.cpp index 03ee4ca..96dbf43 100644 --- a/bin/src/bytrace_cmd.cpp +++ b/bin/src/bytrace_cmd.cpp @@ -863,6 +863,7 @@ static void InitAllSupportTags() g_tagMap["window"] = { "window", "Window Manager", HITRACE_TAG_WINDOW_MANAGER, USER, {}}; g_tagMap["account"] = { "account", "Account Manager", HITRACE_TAG_ACCOUNT_MANAGER, USER, {}}; g_tagMap["dscreen"] = { "dscreen", "Distributed Screen", HITRACE_TAG_DISTRIBUTED_SCREEN, USER, {}}; + g_tagMap["dcamera"] = { "dcamera", "Distributed Camera", HITRACE_TAG_DISTRIBUTED_CAMERA, USER, {}}; g_tagMap["app"] = { "app", "APP Module", HITRACE_TAG_APP, USER, {}}; g_tagMap["zbinder"] = { "zbinder", "OpenHarmony binder communication", 0, KERNEL, { { "events/zbinder/enable" },