|
@@ -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:
|