theoretically i just added support for multiple installations in a row
This commit is contained in:
parent
69d932f6c8
commit
bbf50fbf37
2 changed files with 8 additions and 2 deletions
|
|
@ -25,6 +25,11 @@ public class AdbService : IAdbService
|
|||
var server = new AdbServer();
|
||||
var serverStatus = server.StartServer(adbPath, restartServerIfNewer: false);
|
||||
_adbClient = new AdbClient();
|
||||
RefreshDeviceData();
|
||||
}
|
||||
|
||||
public void RefreshDeviceData()
|
||||
{
|
||||
var devices = _adbClient.GetDevices();
|
||||
_deviceData = devices.FirstOrDefault();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue