Don't ignore exceptions when binding the ruffy service.
This commit is contained in:
parent
ead8508760
commit
bb0bea98c3
1 changed files with 1 additions and 5 deletions
|
@ -74,11 +74,7 @@ public class RuffyScripter {
|
|||
idleDisconnectMonitorThread.start();
|
||||
}
|
||||
started = true;
|
||||
try {
|
||||
newService.addHandler(mHandler);
|
||||
} catch (Exception e) {
|
||||
// ignore
|
||||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
throw new RuntimeException(e);
|
||||
|
|
Loading…
Reference in a new issue