mirror of
https://github.com/revanced/jadb.git
synced 2025-02-11 01:26:47 +01:00
close transport
This commit is contained in:
parent
af7b8ec5ab
commit
b50590f411
@ -70,7 +70,9 @@ public class JadbDevice {
|
||||
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user