diff --git a/common/BUILD.gn b/common/BUILD.gn index 9f148dde9bdc9c24fb657cdf29cc71f8bba6b210..89295ccf9cddba72369b42ee7aa2cc28b0dec190 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"){ diff --git a/common/include/utils/distributed_device_profile_log.h b/common/include/utils/distributed_device_profile_log.h index f1991cc696bf6c8d919fac0b30a6821220b534ce..d84e678609be585192918732e2dd3e25037e9823 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