Merge "Print error log only if result is empty" into tm-qpr-dev

This commit is contained in:
TreeHugger Robot 2022-11-04 07:38:23 +00:00 committed by Android (Google) Code Review
commit 316aadd9ae

View file

@ -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);