OSDN Git Service

qemu-android: find an available port to listen
authorChih-Wei Huang <cwhuang@linux.org.tw>
Sun, 10 Jun 2018 08:07:54 +0000 (16:07 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Sun, 10 Jun 2018 08:07:54 +0000 (16:07 +0800)
commit25291033269bc22c25450b0c1023c868c1c8c9cc
tree46d883f282aa612cf8d63381abb5097133e967e7
parenta8429235ccba87adcf02c7f3e86755265b50471f
qemu-android: find an available port to listen

The script may fail to launch because the port 5555 is bound, e.g.,
another instance is running. The change tries to find an available
port to avoid such an issue.
rpm/qemu-android