From 62da6c34cf0bb8ddaf86fe7a7ab233b20289a0bc Mon Sep 17 00:00:00 2001 From: zpf Date: Tue, 19 Aug 2025 11:37:47 +0800 Subject: [PATCH] =?UTF-8?q?log=E7=AD=89=E7=BA=A7=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zpf --- services/engine/histreamer/transcoder/hitranscoder_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/engine/histreamer/transcoder/hitranscoder_impl.cpp b/services/engine/histreamer/transcoder/hitranscoder_impl.cpp index 782135e39..72a7aafe3 100644 --- a/services/engine/histreamer/transcoder/hitranscoder_impl.cpp +++ b/services/engine/histreamer/transcoder/hitranscoder_impl.cpp @@ -27,7 +27,7 @@ #include "osal/task/pipeline_threadpool.h" namespace { -constexpr OHOS::HiviewDFX::HiLogLabel LABEL = { LOG_ONLY_PRERELEASE, LOG_DOMAIN_SYSTEM_PLAYER, "HiTransCoder" }; +constexpr OHOS::HiviewDFX::HiLogLabel LABEL = { LOG_CORE, LOG_DOMAIN_SYSTEM_PLAYER, "HiTransCoder" }; constexpr int32_t REPORT_PROGRESS_INTERVAL = 100; constexpr int32_t TRANSCODER_COMPLETE_PROGRESS = 100; constexpr int32_t MINIMUM_WIDTH_HEIGHT = 240; -- Gitee