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