diff --git a/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/logging.c b/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/logging.c index f8f56f1342bc9bb2abeb521a8eab6c92a0b66797..57e8b15947714cff810b8097ebbe1fa02a72803d 100644 --- a/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/logging.c +++ b/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/logging.c @@ -16,7 +16,7 @@ #include "logging.h" #if defined(__ANDROID__) #include -const char *ANDROID_LOG_TAG = "MS_LITE_NNACL"; +const char *ANDROID_LOG_TAG = "MS_LITE"; static int GetAndroidLogLevel(NNACLLogLevel level) { switch (level) { case NNACL_LOG_DEBUG: