From 8e4c7899a9258696e3c67134c2160cbabce6c5d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=85=89=E8=80=80?= Date: Thu, 4 Sep 2025 18:32:34 +0800 Subject: [PATCH 1/2] modify_log_20250904 update001 Signed-off-by heguangyao MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 何光耀 --- frameworks/innerkitsimpl/codec/src/image_source.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/innerkitsimpl/codec/src/image_source.cpp b/frameworks/innerkitsimpl/codec/src/image_source.cpp index 66307c1de..9ce726016 100644 --- a/frameworks/innerkitsimpl/codec/src/image_source.cpp +++ b/frameworks/innerkitsimpl/codec/src/image_source.cpp @@ -1049,8 +1049,8 @@ unique_ptr ImageSource::CreatePixelMapExtended(uint32_t index, const D NotifyDecodeEvent(decodeListeners_, DecodeEvent::EVENT_COMPLETE_DECODE, nullptr); } if ("image/gif" != sourceInfo_.encodedFormat && "image/webp" != sourceInfo_.encodedFormat) { - IMAGE_LOGD("CreatePixelMapExtended success, imageId:%{public}lu, desiredSize: (%{public}d, %{public}d)," - "imageSize: (%{public}d, %{public}d), hdrType : %{public}d, cost %{public}lu us", + IMAGE_LOGD("CreatePixelMap success, id:%{public}lu, dstSize: (%{public}d, %{public}d)," + "srcSize: (%{public}d, %{public}d), dtsType : %{public}d, cost %{public}lu us", static_cast(imageId_), opts.desiredSize.width, opts.desiredSize.height, info.size.width, info.size.height, context.hdrType, static_cast(GetNowTimeMicroSeconds() - decodeStartTime)); } -- Gitee From d8db7912235be2d2ae6b5a88ee26b213ac601db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=85=89=E8=80=80?= Date: Thu, 4 Sep 2025 18:41:18 +0800 Subject: [PATCH 2/2] modify_log_20250904 update002 Signed-off-by heguangyao MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 何光耀 --- frameworks/innerkitsimpl/codec/src/image_source.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/innerkitsimpl/codec/src/image_source.cpp b/frameworks/innerkitsimpl/codec/src/image_source.cpp index 9ce726016..b6e87b1cd 100644 --- a/frameworks/innerkitsimpl/codec/src/image_source.cpp +++ b/frameworks/innerkitsimpl/codec/src/image_source.cpp @@ -1050,7 +1050,7 @@ unique_ptr ImageSource::CreatePixelMapExtended(uint32_t index, const D } if ("image/gif" != sourceInfo_.encodedFormat && "image/webp" != sourceInfo_.encodedFormat) { IMAGE_LOGD("CreatePixelMap success, id:%{public}lu, dstSize: (%{public}d, %{public}d)," - "srcSize: (%{public}d, %{public}d), dtsType : %{public}d, cost %{public}lu us", + "srcSize: (%{public}d, %{public}d), hdrType : %{public}d, cost %{public}lu us", static_cast(imageId_), opts.desiredSize.width, opts.desiredSize.height, info.size.width, info.size.height, context.hdrType, static_cast(GetNowTimeMicroSeconds() - decodeStartTime)); } -- Gitee