From 5e5c8b930666fff62e696495128b85bf1d9c6452 Mon Sep 17 00:00:00 2001 From: meng-xinhai Date: Fri, 21 Feb 2025 10:31:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=87=8D=E5=A4=8D=E6=89=93?= =?UTF-8?q?=E5=8D=B0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: meng-xinhai Change-Id: I50f090d76d39e80dae40845d4b182578726d4b11 --- utils/common/src/report_data_callback.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/common/src/report_data_callback.cpp b/utils/common/src/report_data_callback.cpp index 519346b5..299a8df0 100755 --- a/utils/common/src/report_data_callback.cpp +++ b/utils/common/src/report_data_callback.cpp @@ -81,7 +81,6 @@ void ReportDataCallback::GetEventData(std::vector &events) int32_t writeBlockNum = 0; for (auto& block : eventsBuf_.blockList) { if (block.dataBuf == nullptr) { - SEN_HILOGE("Data buf is null"); break; } if (block.eventNum <= 0) { -- Gitee