Browse Source

Model execute fail

tags/v1.2.0
taoxiangdong 3 years ago
parent
commit
2083bc1156
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 @@
#include "ge/ge_api_error_codes.h"

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


Loading…
Cancel
Save