diff --git a/ipc/native/src/core/source/ipc_process_skeleton.cpp b/ipc/native/src/core/source/ipc_process_skeleton.cpp index 807ebbe26ce893393e74a729772e49f03480ad41..5b3bdee61e556acce3c0e4ecf8f837baeab07dab 100644 --- a/ipc/native/src/core/source/ipc_process_skeleton.cpp +++ b/ipc/native/src/core/source/ipc_process_skeleton.cpp @@ -208,7 +208,7 @@ bool IPCProcessSkeleton::SetRegistryObject(sptr &object) if (ret) { registryObject_ = object; } - + ZLOGI(LOG_LABEL, "%{public}s set registry result is %{public}d", __func__, ret); return ret; } diff --git a/ipc/native/src/mock/source/binder_invoker.cpp b/ipc/native/src/mock/source/binder_invoker.cpp index 1391981f20d44c8062b537dbdae4d566f7960bc7..b0b1d86a33c02d865b29afecf1447d435267d2bd 100644 --- a/ipc/native/src/mock/source/binder_invoker.cpp +++ b/ipc/native/src/mock/source/binder_invoker.cpp @@ -461,7 +461,6 @@ void BinderInvoker::OnTransaction(const uint8_t *buffer) targetObject = IPCProcessSkeleton::GetCurrent()->GetRegistryObject(); if (targetObject == nullptr) { ZLOGE(LABEL, "Invalid samgr stub object"); - abort(); } } MessageParcel reply;