Set device_id to host value only in case of adb protocol.
llvm-svn: 251044
This commit is contained in:
@@ -126,7 +126,8 @@ PlatformAndroidRemoteGDBServer::ConnectRemote (Args& args)
|
||||
return Error("URL is null.");
|
||||
if (!UriParser::Parse (url, scheme, host, remote_port, path))
|
||||
return Error("Invalid URL: %s", url);
|
||||
m_device_id = host;
|
||||
if (scheme == "adb")
|
||||
m_device_id = host;
|
||||
|
||||
std::string connect_url;
|
||||
auto error = MakeConnectURL (g_remote_platform_pid,
|
||||
|
||||
Reference in New Issue
Block a user