Merge "Print error log only if result is empty" into tm-qpr-dev am: 316aadd9ae
am: 6abbbc3323
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/20341964 Change-Id: I4f61246f5190fa2f58bba7ad6cfcee36fe5cf04b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
cd97a8e08b
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