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

This reverts commit 42d72654bd.
This commit is contained in:
yangyakun
2026-03-11 11:04:22 +08:00
parent 826f2fe19b
commit 97d6fa6f82
2 changed files with 2 additions and 7 deletions

View File

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

View File

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