commit | a0db022419319d0b2933ff63e7ca6c59b3ed21df | [log] [tgz] |
---|---|---|
author | Kenny Root <kroot@google.com> | Thu Mar 15 09:45:30 2012 -0700 |
committer | Kenny Root <kroot@google.com> | Thu Mar 15 09:56:14 2012 -0700 |
tree | 0a43c8f0f5563755b3cf6778812d4390c78fe9ef | |
parent | b001475fc58181f809316649776225e9fd8e4226 [diff] |
Add support for EINTR in BT During normal operation, it's common on a multi-core device to get EINTR. This is especially noticable during a bugreport where several services get EINTR even though it's not fatal. This change adds TEMP_FAILURE_RETRY around the system calls that can receive EINTR where a retry should happen. Change-Id: If13d24f57c587392f57961fe2caf46e2a6fa843e