Bartłomiej Piech
Bartłomiej Piech
btw Android Debug Bridge version 1.0.31 That explains a lot: 'D/dalvikvm(15466): GC_CONCURRENT freed 441K, 16% free 9877K/11719K, paused 17ms+2ms, total 41ms' 'E/SPPClientService(16783): [b] ProvMessageChannelHandler.exceptionCaught()' 'E/SPPClientService(16783): [b] exceptionCaught(). ClosedChannelException' 'E/SPPClientService(16783): [f]...
With a21ee6e I no longer have this issue.
``` adb = subprocess.Popen(adb_command, stdin=PIPE, stdout=PIPE, stderr=PIPE, shell=True) ``` Pidcat exits without any output.
With a21ee6e I no longer have this issue.