lizhanwei
2020-07-07 71d24fe81ad2fa39fb5f9a719c0e7561b13f486e
加入log方便定位问题
2个文件已修改
9 ■■■■■ 已修改文件
app/src/main/java/safeluck/drive/evaluation/DB/exam_status/ExamStatusOutWorker.kt 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
lib/src/main/java/com/anyun/exam/lib/SvrManager.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
app/src/main/java/safeluck/drive/evaluation/DB/exam_status/ExamStatusOutWorker.kt
@@ -52,8 +52,7 @@
        }
        tempQs.add(list[list.size-1])//提示灯光考试结束
        simulateNightBean.setQuestion(tempQs)
        MyLog.i(TAG,"开始发送灯光,考试项共有"+simulateNightBean.question.size)
        AYSdk.getInstance().sendCmd(0x8012, gson.toJson(simulateNightBean))
        if (inputData.getInt(safeluck.drive.evaluation.Constant.NEED_MAPS_CAR,0)==1){
            sendMapInfo()
            sendVehicleInfo()
@@ -81,6 +80,8 @@
        }
        sendRtkConfigInfo(rtk)
        MyLog.i(TAG,"开始发送灯光,考试项共有"+simulateNightBean.question.size)
        AYSdk.getInstance().sendCmd(0x8012, gson.toJson(simulateNightBean))
        singalConfigs = WorkRoomDataBase.getWorkRoomDataBase(applicationContext).signalConfigDao._getSignalConfigs()
        if (singalConfigs ==null){
            MyLog.i(TAG,"读文件发送信号配置")
lib/src/main/java/com/anyun/exam/lib/SvrManager.java
@@ -49,9 +49,9 @@
    private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() {
        @Override
        public void binderDied() {
            Log.e(TAG,"IBinder.DeathRecipient binderDied");
            MyLog.e(TAG,"IBinder.DeathRecipient binderDied");
            if (remoteInterface != null){
                Log.e(TAG,"IBinder.DeathRecipient binderDied remoteInterface != null ,return");
                MyLog.e(TAG,"IBinder.DeathRecipient binderDied remoteInterface != null ,return");
                return;
            }
            remoteInterface.asBinder().unlinkToDeath(mDeathRecipient,0);