[Lldb-commits] [PATCH] D22052: Respect `ANDROID_SERIAL` environment variable used by ADB
Oleksiy Vyalov via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 6 14:33:10 PDT 2016
ovyalov added inline comments.
================
Comment at: source/Plugins/Platform/Android/AdbClient.cpp:71
@@ +70,3 @@
+ {
+ if (const char *android_serial = std::getenv("ANDROID_SERIAL"))
+ adb.SetDeviceID(android_serial);
----------------
Could you check whether serial number coming from ANDROID_SERIAL is within connect_devices?
Repository:
rL LLVM
http://reviews.llvm.org/D22052
More information about the lldb-commits
mailing list