mirror of
https://gitee.com/openharmony/communication_ipc
synced 2024-11-27 18:10:27 +00:00
代码格式整改
Signed-off-by: lishengming14 <lishengming14@huawei.com>
This commit is contained in:
parent
0c9e35031e
commit
f5a0d83d1e
@ -1476,7 +1476,7 @@ void BinderInvoker::PrintParcelData(Parcel &parcel, const std::string &parcelNam
|
||||
formatStr += std::to_string(data[idex]) + ',';
|
||||
++idex;
|
||||
}
|
||||
ZLOGE(LABEL,
|
||||
ZLOGE(LABEL,
|
||||
"parcel name:%{public}s, size:%{public}zu, readpos:%{public}zu, writepos:%{public}zu, data:%{public}s"
|
||||
parcelName.c_str(), size, parcel.GetReadPosition(), parcel.GetWritePosition(), formatStr.c_str());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user