From a9a2fbfdcafe8de89ec0531f41be1f79110b4d10 Mon Sep 17 00:00:00 2001 From: chen Date: Thu, 28 Jul 2022 04:33:18 +0000 Subject: [PATCH] test --- services/samgr/native/source/system_ability_manager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/samgr/native/source/system_ability_manager.cpp b/services/samgr/native/source/system_ability_manager.cpp index 8b8fa629..a47152b0 100644 --- a/services/samgr/native/source/system_ability_manager.cpp +++ b/services/samgr/native/source/system_ability_manager.cpp @@ -205,8 +205,8 @@ sptr SystemAbilityManager::CheckSystemAbility(int32_t systemAbili HILOGE("MakeRemoteBinder error, remoteBinder is null, systemAbilityId is %{public}d, deviceId is %s", systemAbilityId, deviceId.c_str()); } else { - HILOGI("CheckSystemAbility, MakeRemoteBinder end, systemAbilityId is %{public}d, deviceId is %s", - systemAbilityId, deviceId.c_str()); + HILOGI("CheckSystemAbility, MakeRemoteBinder end, remoteBinder : %{public}p, ssystemAbilityId is %{public}d, deviceId is %s", + remoteBinder.GetRefPtr(), systemAbilityId, deviceId.c_str()); } } return remoteBinder; -- Gitee