it's working and we don't question it
This commit is contained in:
parent
1e8f8d6dc9
commit
69d932f6c8
3 changed files with 114 additions and 16 deletions
|
|
@ -26,10 +26,6 @@ public class AdbService : IAdbService
|
|||
var serverStatus = server.StartServer(adbPath, restartServerIfNewer: false);
|
||||
_adbClient = new AdbClient();
|
||||
var devices = _adbClient.GetDevices();
|
||||
foreach (var device in devices)
|
||||
{
|
||||
Console.WriteLine(device.Model);
|
||||
}
|
||||
_deviceData = devices.FirstOrDefault();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue