[8.4.0]临时代码 注释消息盒子连接信息增加LineManager日志

This commit is contained in:
xuxinchao
2026-02-28 00:44:40 +08:00
parent fc298397ef
commit 42d72654bd
2 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
package com.mogo.och.bridge.autopilot.line
import android.text.TextUtils
import android.util.Log
import com.elegant.network.utils.GsonUtil
import com.mogo.commons.env.ProjectUtils
import com.mogo.eagle.core.data.autopilot.AutopilotControlParameters
@@ -460,6 +461,7 @@ object LineManager : CallerBase<ILineCallback>() {
if (parameters == null) {
// ToastUtils.showShort("未设置起始或终点站点")
// ToastUtils.showShort(R.string.module_och_not_stat_and_end_point)
Log.i("LineManager","未设置起始或终点站点")
}
return parameters
}
@@ -538,6 +540,7 @@ object LineManager : CallerBase<ILineCallback>() {
if (startStation == null || endStation == null) {
// ToastUtils.showShort("未设置起始或终点站点")
// ToastUtils.showShort(R.string.module_och_not_stat_and_end_point)
Log.i("LineManager","未设置起始或终点站点")
return
}

View File

@@ -127,8 +127,10 @@ class UnmannedMsgBoxView @JvmOverloads constructor(
// msgBoxTabAdapter?.notifyItemInserted(0)
isShowSummary = false
}
} else {
noticeList.add(0, msgBoxList)
}
else {
//暂时去掉域控连接异常消息
// noticeList.add(0, msgBoxList)
// msgBoxTabAdapter?.notifyItemInserted(0)
}
}