From f89939ace58a79065e312f973eb04443be98cfc8 Mon Sep 17 00:00:00 2001 From: zhangzepeng Date: Tue, 8 Oct 2024 14:15:51 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:10/8=E8=93=9D=E9=BB=84=E5=B7=AE?= =?UTF-8?q?=E5=BC=82=E6=B8=85=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangzepeng --- ide/src/trace/config/custom_temp_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/src/trace/config/custom_temp_config.json b/ide/src/trace/config/custom_temp_config.json index 012f7755..af97ab92 100644 --- a/ide/src/trace/config/custom_temp_config.json +++ b/ide/src/trace/config/custom_temp_config.json @@ -1328,7 +1328,7 @@ "subsystem": "contacts_data", "components": [ { - "component": "contacts_data", + "component": "contacts_data_hap", "charts": [ { "chartName": "com.ohos.contacts", -- Gitee From 1fbe89cf9f0ef1c21df8d3ce285cd80894c4e7b4 Mon Sep 17 00:00:00 2001 From: zhangzepeng Date: Tue, 8 Oct 2024 15:24:58 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=E8=93=9D=E9=BB=84=E5=B7=AE=E5=BC=82?= =?UTF-8?q?=E6=B8=85=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangzepeng --- ide/src/trace/config/custom_temp_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/src/trace/config/custom_temp_config.json b/ide/src/trace/config/custom_temp_config.json index af97ab92..012f7755 100644 --- a/ide/src/trace/config/custom_temp_config.json +++ b/ide/src/trace/config/custom_temp_config.json @@ -1328,7 +1328,7 @@ "subsystem": "contacts_data", "components": [ { - "component": "contacts_data_hap", + "component": "contacts_data", "charts": [ { "chartName": "com.ohos.contacts", -- Gitee