commit | b235b12c02b3dfcf807c1c14b4342bbf0e502858 | [log] [tgz] |
---|---|---|
author | Carlos Llamas <cmllamas@google.com> | Mon Dec 20 06:38:44 2021 -0800 |
committer | Carlos Llamas <cmllamas@google.com> | Tue May 10 04:18:19 2022 +0000 |
tree | 79cf966378e1917285d355be39bbb3d12da40de2 | |
parent | 864034bf750090c0522ba6a3cd1abb379999ba6e [diff] |
libbinder: add BINDER_GET_EXTENDED_ERROR support This adds basic support to pull extended error information provided by the driver via BINDER_GET_EXTENDED_ERROR ioctl. For now, we'll only log the information upon a failed transaction. However, this data can later be used to handle error scenarios such as retry strategies. Bug: 28321379 Test: atest binderLibTest Signed-off-by: Carlos Llamas <cmllamas@google.com> Change-Id: I8aed63cb0d1aa15aa96db4ab8999e300fef1f505