122123124125126127128
} } catch (LinkageError e) { // Thrown when jna cannot initialize the native stuff LOGGER.debug("Unable to load native library. Continuing with fallback. Failure: {}", format(e)); } return new NoOpConsoleDetector(); }