commit | c6ddf36337552a94223d35a94c911ba979b3bc94 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri Apr 02 01:13:36 2021 +0000 |
committer | Steven Moreland <smoreland@google.com> | Fri Apr 02 01:46:37 2021 +0000 |
tree | dfa97df95ac0cd4589fb3513155520f964122d51 | |
parent | 8911d46baf682d95a08efd678aaee7fc15c9767a [diff] |
libbinder: RPC avoid SIGPIPE This was just being ignored before in our tests, but we can use MSG_NOSIGNAL to avoid this. Fixes: 183141167 Test: binderRpcTest on host and device (including after removing RpcState::terminate which was avoiding SIGPIPE in at least some cases) Change-Id: I7c84fc28ff21400f2546f88403a79fae8985c4b7