[3.4.0] add log enable of security key

This commit is contained in:
zhongchao
2023-08-01 11:56:14 +08:00
parent a9834dbaf5
commit db5c0bea0a

View File

@@ -37,6 +37,7 @@ public class PassPortSecret {
}
this.secretCB = secretCB;
PassportService passportService = new PassportService();
passportService.setEnableLog(DebugConfig.isDebug());
domain.R<Passport> r = initLow(passportService, deviceId, path);
if (r.getCode() != ErrorCode.OK.getCode()) {
secretCB.onFailed(r.getCode(), r.getMsg());