commit | f5f88f3932d59c264801117e75d57f663fdf8229 | [log] [tgz] |
---|---|---|
author | Lais Andrade <lsandrade@google.com> | Thu Jun 10 16:48:26 2021 +0100 |
committer | Lais Andrade <lsandrade@google.com> | Thu Jun 10 17:51:48 2021 +0100 |
tree | f98bfa90422872fb4198575dcd8c53c665bae848 | |
parent | c2baccc476ad91b538e84e3f4379a66f237ee07b [diff] |
Interpret STATUS_UNKNOWN_TRANSACTION as a unsupported vibrator result The AIDL versioning documentation says this is the exception code returned by older versions that do not implement the methods: https://source.android.com/devices/architecture/aidl/stable-aidl#versioning-interfaces Update the vibrator::HalResult for this exception code to be unsupported, which will prevent the service from retrying this operation on that device. Bug: 190526054 Test: libvibratorservice_test Change-Id: Ifdc9c02431ec7c3ad3fd54b62049e15766f6a5a1