Browse Source

error message add

tags/v1.1.0
wangwenhua1@huawei.com 3 years ago
parent
commit
affd87b88d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      inc/framework/common/debug/log.h

+ 1
- 1
inc/framework/common/debug/log.h View File

@@ -28,7 +28,7 @@
#if !defined(__ANDROID__) && !defined(ANDROID)
#define DOMI_LOGE(...) GE_LOG_ERROR(GE_MODULE_NAME, ge::FAILED, __VA_ARGS__)
#else
#include<android/log.h>
#include <android/log.h>
#if defined(BUILD_VERSION_PERF)
#define DOMI_LOGE(fmt, ...)
#else


Loading…
Cancel
Save