commit | a12b096448beae54d66d6979ae0423a374fa3917 | [log] [tgz] |
---|---|---|
author | Frederick Mayle <fmayle@google.com> | Sat Jun 25 01:13:22 2022 +0000 |
committer | Frederick Mayle <fmayle@google.com> | Mon Jun 27 23:53:53 2022 +0000 |
tree | fcece6ee0bd3f67383ca9847f09cd95f8fb5a917 | |
parent | ae9deebc5282130e7cd84f146b97fdbd9fb71b88 [diff] |
libbinder: Check the sub-process exit status in binderRpcTest This would have made a bug I ran into easier to diagnose (a race condition caused the sub-process to die via a SIGPIPE. without this change, there are no logs in that case, so it is difficult to pinpoint where or why it died). Test: atest binderRpcTest Change-Id: Iaec8a6e5bb52d4e04f942418d3487f618d193236