From aa94d9c5085c2f07059ffc9289c465f90227d4a0 Mon Sep 17 00:00:00 2001 From: sunao Date: Fri, 7 Jun 2024 18:04:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=A8=E7=A6=81=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E9=97=AE=E9=A2=98=20=E4=BF=AE=E6=94=B9=E7=82=B9?= =?UTF-8?q?=E5=A6=82=E4=B8=8B=EF=BC=9A=E4=BF=AE=E6=94=B9src/main/cpp/util/?= =?UTF-8?q?DebugLog.h=E6=96=87=E4=BB=B6=E4=B8=ADhilog=E7=9A=84=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: sunao --- gpu_transform/CHANGELOG.md | 4 ++++ gpu_transform/oh-package.json5 | 2 +- gpu_transform/src/main/cpp/util/DebugLog.h | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gpu_transform/CHANGELOG.md b/gpu_transform/CHANGELOG.md index 6400781..3189513 100644 --- a/gpu_transform/CHANGELOG.md +++ b/gpu_transform/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.3 +- 修改门禁编译问题 修改点如下 +- 修改src/main/cpp/util/DebugLog.h文件中hilog的大小写 + ## 1.0.2 - 支持x86编译 diff --git a/gpu_transform/oh-package.json5 b/gpu_transform/oh-package.json5 index d06997a..1eb6bf3 100644 --- a/gpu_transform/oh-package.json5 +++ b/gpu_transform/oh-package.json5 @@ -14,7 +14,7 @@ "main": "index.ets", "repository": "https://gitee.com/openharmony-tpc/ImageKnife", "type": "module", - "version": "1.0.2", + "version": "1.0.3", "tags": [ "Tool" ], diff --git a/gpu_transform/src/main/cpp/util/DebugLog.h b/gpu_transform/src/main/cpp/util/DebugLog.h index d3fea9c..66f1dba 100644 --- a/gpu_transform/src/main/cpp/util/DebugLog.h +++ b/gpu_transform/src/main/cpp/util/DebugLog.h @@ -21,7 +21,7 @@ #ifndef GPU_ImageETS_DebugLog_H #define GPU_ImageETS_DebugLog_H -#include +#include #define LOGI(...)((void)OH_LOG_Print(LOG_APP, LOG_INFO, LOG_DOMAIN, "OH_GPU_LOG", __VA_ARGS__)) #define LOGD(...)((void)OH_LOG_Print(LOG_APP, LOG_DEBUG, LOG_DOMAIN, "OH_GPU_LOG", __VA_ARGS__))