未验证 提交 c8ada594 编写于 作者: 张泊远yg 提交者: Gitee

update ipc/native/src/core/source/ipc_object_stub.cpp.

Signed-off-by: Nboyuan zhang <zhangboyuan1@huawei.com>
上级 d3e36d31
......@@ -346,7 +346,7 @@ int IPCObjectStub::GetObjectType() const
int32_t IPCObjectStub::ProcessProto(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option)
{
int result = ERR_NONE;
ZLOGE(LABEL, "IPCObjectStub::ProcessProto called, type = 0, normal stub object");
ZLOGD(LABEL, "IPCObjectStub::ProcessProto called, type = 0, normal stub object");
if (!reply.WriteUint32(IRemoteObject::IF_PROT_BINDER)) {
ZLOGE(LABEL, "write to parcel fail");
result = IPC_STUB_WRITE_PARCEL_ERR;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册