diff --git a/services/samgr/native/source/system_ability_manager.cpp b/services/samgr/native/source/system_ability_manager.cpp index 8b8fa6298c297f11c49adfb3023f5b89d218c14f..a47152b037f824a9fdf48107b132eb557653eba6 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;