Bug#738128: I believe that newer version of adb resolve this issue.

2015-10-20 Thread 陳侃如
Oleksandr Gavenko writes: > When compare: > > $ strace -o ~/tmp/adb.log adb devices > > and: > > $ strace -f -o ~/tmp/adb2.log /opt/android-sdk-linux/platform-tools/adb > devices > > the difference: > > socket(PF_LOCAL, SOCK_STREAM, 0) = 3 > connect(3,

Bug#738128: I believe that newer version of adb resolve this issue.

2015-09-09 Thread Oleksandr Gavenko
When compare: $ strace -o ~/tmp/adb.log adb devices and: $ strace -f -o ~/tmp/adb2.log /opt/android-sdk-linux/platform-tools/adb devices the difference: socket(PF_LOCAL, SOCK_STREAM, 0) = 3 connect(3, {sa_family=AF_LOCAL, sun_path="/tmp/5037"}, 12) = 0 write(3, "000c", 4)