commit | 4f6fa011befdddecdd8c52b0256853e8c04e244c | [log] [tgz] |
---|---|---|
author | Raphael <raphael@google.com> | Mon Oct 10 17:25:42 2011 -0700 |
committer | Raphael <raphael@google.com> | Tue Oct 11 09:01:51 2011 -0700 |
tree | b5e14a0ba962bda37581be43738e03c65b5a4e58 | |
parent | 256a714bfb66dd8f6f7c0f11848795f6d9c25015 [diff] |
SDK Manager: Prevent 'adb start-server' from blocking SDK Manager hangs on windows after it tries to stop and restart ADB (e.g. when installing platform-tools). It hangs when capturing the stdout/stderr pipes -- these don't close automatically when the process has finished and these are not interruptible streams. One workaround is to not capture them, especially since the output isn't really useful for the installer anyway. Change-Id: I6554461dfffad2cc8ff0f1fe7d212fdee742e2e6