mirror of
https://github.com/revanced/jadb.git
synced 2025-05-29 21:00:16 +02:00
refactoring
This commit is contained in:
parent
76c9045b0c
commit
af7b8ec5ab
@ -48,8 +48,7 @@ public class JadbConnection implements ITransportFactory {
|
||||
new Thread(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
try
|
||||
{
|
||||
try {
|
||||
devices.send("host:track-devices");
|
||||
devices.verifyResponse();
|
||||
boolean r = false;
|
||||
@ -65,6 +64,7 @@ public class JadbConnection implements ITransportFactory {
|
||||
}
|
||||
}
|
||||
}).start();
|
||||
|
||||
return new DeviceDetectionHandler(devices);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user