From 99b94cef51affb993e77e3dc1c15d76f94c54283 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=98=E7=BD=97=E5=AE=87?= Date: Wed, 28 May 2025 10:42:53 +0800 Subject: [PATCH] for test if enter updater MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 甘罗宇 --- services/stream_update/bin_chunk_update.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/stream_update/bin_chunk_update.cpp b/services/stream_update/bin_chunk_update.cpp index a9140fd9..d5e3ed9c 100755 --- a/services/stream_update/bin_chunk_update.cpp +++ b/services/stream_update/bin_chunk_update.cpp @@ -39,7 +39,7 @@ constexpr const char *UPDATE_BIN_FILE = "update.bin"; constexpr const size_t HASH_BUFFER_SIZE = 50 * 1024; BinChunkUpdate::BinChunkUpdate(uint32_t maxBufSize) { - LOG(DEBUG) << "BinChunkUpdate::BinChunkUpdate enter"; + LOG(DEBUG) << "BinChunkUpdate::BinChunkUpdate enter -test"; maxBufSize_ = maxBufSize; buffer_ = new uint8_t[maxBufSize_]; chunkInstallProcess_.emplace(CHUNK_INSTALL_STEP_PRE, [this](uint8_t *data, uint32_t &len) { -- Gitee