Revert "Handle error return from zygote recvmsg call."
This reverts commit 86ed44e0. Reason for revert: Blocking revert of r554902. Original change's description: > Handle error return from zygote recvmsg call. > > This trips a check far away from the actual issue. The CHECK is too > strong and prevents executing the error handling path beneath it. > > Shuffle a few blocks and comments around so that the flow makes > more sense and is easier to read, and initial fork failures are > caught earlier. > > Bug: 835778 > Change-Id: I46b960f9fd1095f5fc5224bf9cc80703e8fc325f > Reviewed-on: https://chromium-review.googlesource.com/1030876 > Commit-Queue: Tom Sepez <tsepez@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Cr-Commit-Position: refs/heads/master@{#554949} TBR=dcheng@chromium.org,jln@chromium.org,jam@chromium.org,tsepez@chromium.org Change-Id: I877d3610bd75eaa1176189319923bcc75b794781 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 835778, 838498 Reviewed-on: https://chromium-review.googlesource.com/1036983Reviewed-by:Matt Giuca <mgiuca@chromium.org> Commit-Queue: Matt Giuca <mgiuca@chromium.org> Cr-Commit-Position: refs/heads/master@{#554999}
Showing
Please register or sign in to comment