Ignore disconnect failures.
This commit is contained in:
parent
bb1c1f79f1
commit
6527b13934
|
@ -199,7 +199,7 @@ public class RuffyScripter implements RuffyCommands {
|
|||
try {
|
||||
ruffyService.doRTDisconnect();
|
||||
} catch (RemoteException e) {
|
||||
throw new CommandException("Disconnect failed", e);
|
||||
// ignore
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue