mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-23 11:31:33 +01:00
Don't crash if an open exchange engine throws SecurityException
This commit is contained in:
parent
6829d2ee4f
commit
04363a3b01
|
@ -156,7 +156,7 @@ public class ExternalEngine extends UCIEngineBase {
|
|||
}
|
||||
});
|
||||
stdErrThread.start();
|
||||
} catch (IOException ex) {
|
||||
} catch (IOException | SecurityException ex) {
|
||||
report.reportError(ex.getMessage());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user