From 736ace9551aab7a531c488a79d777d9f9c6134c1 Mon Sep 17 00:00:00 2001 From: lishengming14 Date: Fri, 2 Aug 2024 01:16:21 +0000 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E5=80=BC=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lishengming14 --- ipc/native/src/mock/source/binder_invoker.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ipc/native/src/mock/source/binder_invoker.cpp b/ipc/native/src/mock/source/binder_invoker.cpp index d77b49e8..69ff8ddb 100644 --- a/ipc/native/src/mock/source/binder_invoker.cpp +++ b/ipc/native/src/mock/source/binder_invoker.cpp @@ -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(bwr.write_consumed)); } else { output_.FlushBuffer(); }