@@ -89,8 +89,8 @@ public class FaceCompareUtil {
if (errorCode != ErrorInfo.MOK.getValue()) {
throw new RuntimeException("初始化引擎失败");
}
- }catch (Exception e){
- e.printStackTrace();
+ }catch (UnsatisfiedLinkError e){
+ log.error("加载第三方库文件失败:"+e.getLocalizedMessage());