mirror of
https://github.com/revanced/jadb.git
synced 2025-02-14 02:56:48 +01:00
close transport
This commit is contained in:
parent
af7b8ec5ab
commit
b50590f411
@ -70,7 +70,9 @@ public class JadbDevice {
|
|||||||
transport.verifyResponse();
|
transport.verifyResponse();
|
||||||
}
|
}
|
||||||
|
|
||||||
return convertState(transport.readString());
|
State state = convertState(transport.readString());
|
||||||
|
transport.close();
|
||||||
|
return state;
|
||||||
}
|
}
|
||||||
|
|
||||||
public InputStream executeShell(String command, String... args) throws IOException, JadbException {
|
public InputStream executeShell(String command, String... args) throws IOException, JadbException {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user