From e67981a35d63f8f95684059e55ceb0358a4f611d Mon Sep 17 00:00:00 2001 From: wangxic Date: Fri, 12 Sep 2025 16:17:19 +0800 Subject: [PATCH] hilog Signed-off-by: wangxic --- BUILD.gn | 1 + services/manager/src/cellular_call_handler.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index f0c5048a..6eb34f1c 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -77,6 +77,7 @@ ohos_shared_library("tel_cellular_call") { defines = [ "TELEPHONY_LOG_TAG = \"CellularCall\"", "LOG_DOMAIN = 0xD001F11", + "LOG_TAG = \"CellularCall\"", ] external_deps = [ diff --git a/services/manager/src/cellular_call_handler.cpp b/services/manager/src/cellular_call_handler.cpp index 973d208c..86038b3a 100755 --- a/services/manager/src/cellular_call_handler.cpp +++ b/services/manager/src/cellular_call_handler.cpp @@ -1323,6 +1323,7 @@ void CellularCallHandler::UpdateSrvccStateReport(const AppExecFwk::InnerEvent::P return; } TELEPHONY_LOGI("[slot%{public}d] srvccStatus is %{public}d", slotId_, srvccStatus->status); + HILOG_COMM_INFO("[slot%{public}d] srvccStatus is %{public}d", slotId_, srvccStatus->status); srvccState_ = srvccStatus->status; auto serviceInstance_ = DelayedSingleton::GetInstance(); if (registerInstance_ == nullptr) { -- Gitee