mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-05-01 16:25:38 +02: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…
x
Reference in New Issue
Block a user