summaryrefslogtreecommitdiff
path: root/libutils/VectorImpl.cpp
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2015-09-04 16:19:56 -0700
committerYabin Cui <yabinc@google.com>2015-09-15 10:12:31 -0700
commita10801674cb9e23ae549fb7f861cb33d8c629e80 (patch)
treed42441497b891de27c57cdf8011617a95a6cce5a /libutils/VectorImpl.cpp
parent33046dcbfa39fcd0ae29b506a84ec90e5bdfad3d (diff)
adb: move adb to poll.
It is reported that the registered fd can be bigger than FD_SETSIZE, and can't be handled by select(). By moving to poll(), we can remove the limitation. Although we can't ignore the possibility that there is a fd leak, but we can still make the potential bug more explicit by moving to poll(). We didn't move to epoll() because it is not supported on mac. Bug: 23820751 Change-Id: Icb39329c4984f1fef749472c9e088682ee8c3444
Diffstat (limited to 'libutils/VectorImpl.cpp')
0 files changed, 0 insertions, 0 deletions