Browse Source

待优化日志

dt-9690807782-gp7GC 1 year ago
parent
commit
fd0b141a08
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/src/main/java/com/telpo/facenormal/activity/MainActivity.java

+ 1 - 1
app/src/main/java/com/telpo/facenormal/activity/MainActivity.java

@@ -442,7 +442,7 @@ public class MainActivity extends BaseActivity implements ContractInterface.VAut
                     AppLogUtils.i(true, "新版身份证阅读器开始读卡");
                     break;
                 case IDCardReaderThread.MESSAGE_DISPLAY_IDCARD:
-                    AppLogUtils.e(true, "新版身份证读卡信息  " + new Gson().toJson((IDCard) msg.obj));
+                    AppLogUtils.i(true, "新版身份证读卡信息  " + new Gson().toJson((IDCard) msg.obj));
                     SendIdCard((IDCard) msg.obj);
                     break;
                 case IDCardReaderThread.MESSAGE_STOP_READ: