Skip to content

Commit

Permalink
Merge pull request #1 from fuerpy/fuerpy-patch-1
Browse files Browse the repository at this point in the history
Update QCOMModel.cpp
  • Loading branch information
fuerpy authored Mar 29, 2024
2 parents bb460fc + 7d82fb5 commit 0b0a7b6
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 0b0a7b6

Please sign in to comment.