Swallow exception on disconnect.
This commit is contained in:
parent
9457fb61e5
commit
d47b2f8b4b
|
@ -203,6 +203,8 @@ public class RuffyScripter implements RuffyCommands {
|
|||
ruffyService.doRTDisconnect();
|
||||
} catch (RemoteException e) {
|
||||
// ignore
|
||||
} catch (Exception e) {
|
||||
log.warn("Disconnect not happy", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue