From 8b6fea8f7b8534272385971b13a15ff58348eb7a Mon Sep 17 00:00:00 2001 From: torrizo Date: Sat, 9 Aug 2025 14:56:40 +0000 Subject: [PATCH 1/2] DP Signed-off-by: torrizo --- common/include/utils/distributed_device_profile_log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/include/utils/distributed_device_profile_log.h b/common/include/utils/distributed_device_profile_log.h index f1991cc6..d84e6786 100644 --- a/common/include/utils/distributed_device_profile_log.h +++ b/common/include/utils/distributed_device_profile_log.h @@ -17,7 +17,7 @@ #define OHOS_DP_DEVICE_PROFILE_LOG_H #ifndef LOG_TAG -#define LOG_TAG "Distributed_Device_Profile" +#define LOG_TAG "DHDP" #undef LOG_DOMAIN #define LOG_DOMAIN 0xD004400 #endif -- Gitee From 2ef73856e25c4650ae9cfea84d0d73602b916c85 Mon Sep 17 00:00:00 2001 From: torrizo Date: Sat, 9 Aug 2025 14:57:15 +0000 Subject: [PATCH 2/2] =?UTF-8?q?DP=E6=97=A5=E5=BF=97=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: torrizo --- common/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/BUILD.gn b/common/BUILD.gn index 9f148dde..89295ccf 100644 --- a/common/BUILD.gn +++ b/common/BUILD.gn @@ -21,7 +21,7 @@ idl_gen_interface("dp_business_callback_interfaces") { "IBusinessCallback.idl", ] log_domainid = "0xD004400" - log_tag = "Distributed_Device_Profile" + log_tag = "DHDP" } config("business_callback_interfaces_ipc_config"){ -- Gitee