未验证 提交 a31daa51 编写于 作者: O openharmony_ci 提交者: Gitee

!14780 【IPC&RPC】readShort接口日志打印修改

Merge pull request !14780 from Yippo/master
......@@ -642,11 +642,11 @@ readShort(): number
}
try {
let ret = data.readShort();
console.log("RpcClient: readByte is: " + ret);
} catch(error) {
console.info("rpc read short fail, errorCode " + error.code);
console.info("rpc read short fail, errorMessage" + error.message);
}
console.log("RpcClient: readByte is: " + ret);
```
### writeInt
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册