[3.4.0] add log enable of security key
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user