Skip to content

Commit

Permalink
Update QCOMModel.cpp
Browse files Browse the repository at this point in the history
删除无用log
  • Loading branch information
fuerpy authored Mar 29, 2024
1 parent bb460fc commit 7d82fb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/cpp/src/qcom/QCOMModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ int QCOMModel::load(const std::string &path, int device_id) {
dynamicloadutil::getQnnSystemFunctionPointers(systemLibraryPath,
&qnnFunctionPointers);
if (dynamicloadutil::StatusCode::SUCCESS != statusCode) {
LOGI("ZZY THIS STATUSCODE IS %d", statusCode);
LOGE("Error initializing QNN System Function Pointers");
return -1;
}
Expand Down

0 comments on commit 7d82fb5

Please sign in to comment.