[Lldb-commits] [PATCH] D22029: Fix ADB client disconnect issues
Oleksiy Vyalov via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 5 19:00:20 PDT 2016
ovyalov created this revision.
ovyalov added reviewers: labath, tberghammer.
ovyalov added a subscriber: lldb-commits.
Herald added subscribers: srhines, danalbert, tberghammer.
- Disconnect SyncService in case of pull/push/stat request failure and make Android platform to establish new ADB sync connection - ADB sync service disconnects a socket if any inbound command fails.
- Establish new ADB connection for every shell command.
http://reviews.llvm.org/D22029
Files:
source/Plugins/Platform/Android/AdbClient.cpp
source/Plugins/Platform/Android/AdbClient.h
source/Plugins/Platform/Android/PlatformAndroid.cpp
source/Plugins/Platform/Android/PlatformAndroid.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22029.62812.patch
Type: text/x-patch
Size: 10106 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160706/f08b2244/attachment.bin>
More information about the lldb-commits
mailing list