commit | 96f4dc41fee6d94adb3f44fcb9c72ea1ba414060 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Tue Jan 23 14:06:58 2018 -0800 |
committer | Alex Light <allight@google.com> | Tue Jan 23 14:24:21 2018 -0800 |
tree | 224cf4abd41da3762667e235c590ce9f65252bbe | |
parent | 2a96fe8541b7179e923b6edd27dfe1b8ceb6988e [diff] |
Add missing TEMP_FAILURE_RETRYs in dt_fd_forward There were several syscalls that should have had a TEMP_FAILURE_RETRY but did not. This could cause the connection to be dropped unexpectedly if there was a signal. Test: build Test: ./tools/dt_fds_forward.py \ ./test/run-test --host --dev 001-HelloWorld Test: jdb -attach localhost:12345 Test: kill -3 <pid of dalvikvm> Change-Id: I62a3409d3e2947db1c7142547c925d1d2ba9eecd