Merge "Print error log only if result is empty" into tm-qpr-dev
This commit is contained in:
commit
316aadd9ae
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ std::vector<uint8_t> readBinaryFile(const std::string& file_path) {
|
|||
dlclose(cast_auth_handle);
|
||||
if (res == 0) {
|
||||
*_aidl_return = signature;
|
||||
status = Status::OK;
|
||||
return toNdkScopedAStatus(Status::OK);
|
||||
}
|
||||
ALOGE("Get empty result from TA");
|
||||
return toNdkScopedAStatus(status);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue