!301 修改门禁编译问题 修改点如下:修改src/main/cpp/util/DebugLog.h文件中hilog的大小写

Merge pull request !301 from sunao/3.x
This commit is contained in:
Madi 2024-06-07 11:09:08 +00:00 committed by Gitee
commit 5d73ee0b11
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 1.0.3
- 修改门禁编译问题 修改点如下
- 修改src/main/cpp/util/DebugLog.h文件中hilog的大小写
## 1.0.2
- 支持x86编译

View File

@ -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"
],

View File

@ -21,7 +21,7 @@
#ifndef GPU_ImageETS_DebugLog_H
#define GPU_ImageETS_DebugLog_H
#include <Hilog/log.h>
#include <hilog/log.h>
#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__))