commit | 1e4c2b81cc0e7310836cc5c892b0f01ad57fea95 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue May 25 01:51:31 2021 +0000 |
committer | Steven Moreland <smoreland@google.com> | Tue May 25 02:42:10 2021 +0000 |
tree | 3c51fb12ee54da895a04457e1d9dd51acd2dfdc4 | |
parent | af4ca715bd1820616e04fcc63ad4e64d64df4024 [diff] |
libbinder: RpcState stop narrowing errors We want better errors (luckily DEAD_OBJECT is -EPIPE. The way libbinder uses status_t is very compatible with the errnos returned from the system calls we're using). Whether this is a good design remains to be seen. Bug: N/A Test: binderRpcTest Change-Id: Ice446ec48307d697334538687676f806c08289a1