diff --git a/frameworks/native/neural_network_runtime/nnexecutor.cpp b/frameworks/native/neural_network_runtime/nnexecutor.cpp index 0a382f1e5f9ede38058df0f439382cd84122b644..5ade6d5b709fa0fa000401962d8be2dc1557cff2 100644 --- a/frameworks/native/neural_network_runtime/nnexecutor.cpp +++ b/frameworks/native/neural_network_runtime/nnexecutor.cpp @@ -191,12 +191,16 @@ OH_NN_ReturnCode NNExecutor::SetExtensionConfig(const std::unordered_map(config.second.data()); if (configData == nullptr) { - LOGD("[NNExecutor] SetExtensionConfig, key: %s, configData is nullptr.", config.first.c_str()); + LOGE("[NNExecutor] SetExtensionConfig, key: %s, configData is nullptr.", config.first.c_str()); return OH_NN_FAILED; }