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

!499 modify print uint64_t

Merge pull request !499 from heyingjiao/master
......@@ -798,8 +798,8 @@ void DBinderService::MakeSessionByReplyMessage(const struct DHandleEntryTxRx *re
if (replyMessage->dBinderCode == MESSAGE_AS_REPLY) {
session->deviceIdInfo.tokenId = 0;
}
DBINDER_LOGI(LOG_LABEL, "stubIndex: %{public}llu, tokenId: %{public}u", replyMessage->stubIndex,
session->deviceIdInfo.tokenId);
DBINDER_LOGI(LOG_LABEL, "stubIndex: %{public}d, tokenId: %{public}u",
static_cast<int32_t>(replyMessage->stubIndex), session->deviceIdInfo.tokenId);
session->seqNumber = replyMessage->seqNumber;
session->socketFd = 0;
session->stubIndex = replyMessage->stubIndex;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册