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