Merge "Print error log only if result is empty" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
316aadd9ae
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user