mirror of
https://gitee.com/openharmony/communication_ipc
synced 2024-11-24 00:09:51 +00:00
打印值整改
Signed-off-by: lishengming14 <lishengming14@huawei.com>
This commit is contained in:
parent
6e671ebb54
commit
736ace9551
@ -928,7 +928,8 @@ int BinderInvoker::TransactWithDriver(bool doRead)
|
||||
// we still have some bytes not been handled.
|
||||
PrintParcelData(input, "input_");
|
||||
PrintParcelData(output_, "output_");
|
||||
ZLOGE(LABEL, "still have some bytes not been handled result:%{public}d", error);
|
||||
ZLOGE(LABEL, "still have some bytes not been handled result:%{public}d, write_consumed:%{public}zu",
|
||||
error, static_cast<size_t>(bwr.write_consumed));
|
||||
} else {
|
||||
output_.FlushBuffer();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user