支付宝刷脸完善
This commit is contained in:
parent
5b45330232
commit
9189cbfcda
|
@ -33,7 +33,7 @@ public class AbcpInvoke {
|
||||||
msAbcpNativeDll = (AbcpNativeDll) Native.load(fileDylib, AbcpNativeDll.class);
|
msAbcpNativeDll = (AbcpNativeDll) Native.load(fileDylib, AbcpNativeDll.class);
|
||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
msAbcpNativeDll = null;
|
msAbcpNativeDll = null;
|
||||||
log.error("## 本地库未加载,返回错误 ERROR : load. ## [%s][%s] %n", fileDylib, e.getMessage());
|
log.error("## 本地库未加载,返回错误 ERROR :{},{} ", fileDylib, e.getMessage());
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
log.error("## ERROR : dylib NOT exist ## %s %n", fileDylib);
|
log.error("## ERROR : dylib NOT exist ## %s %n", fileDylib);
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue