From 7296545d22ad1e4150b7415184fcaa2037762611 Mon Sep 17 00:00:00 2001 From: renwj Date: Wed, 23 Oct 2024 15:34:29 +0800 Subject: [PATCH] =?UTF-8?q?[6.7.0][=E5=90=AF=E8=87=AA=E9=A9=BE=E6=8C=87?= =?UTF-8?q?=E5=BC=95]=20=E4=BC=98=E5=8C=96=E5=9B=A0=E5=85=B6=E5=AE=83?= =?UTF-8?q?=E5=8E=9F=E5=9B=A0=E5=AF=BC=E8=87=B4=E4=B8=8D=E8=83=BD=E5=90=AF?= =?UTF-8?q?=E8=87=AA=E9=A9=BE=E7=9A=84=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../function/call/autopilot/CallerAutoPilotControlManager.kt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/mogo-core-function-call/src/main/java/com/mogo/eagle/core/function/call/autopilot/CallerAutoPilotControlManager.kt b/core/mogo-core-function-call/src/main/java/com/mogo/eagle/core/function/call/autopilot/CallerAutoPilotControlManager.kt index 1277beb885..d5d2a840e9 100644 --- a/core/mogo-core-function-call/src/main/java/com/mogo/eagle/core/function/call/autopilot/CallerAutoPilotControlManager.kt +++ b/core/mogo-core-function-call/src/main/java/com/mogo/eagle/core/function/call/autopilot/CallerAutoPilotControlManager.kt @@ -125,7 +125,10 @@ object CallerAutoPilotControlManager { sb.append("档位$") } if ((exceptionValue and (1 shl 6)) != 0) { - sb.append("未知$") + if (!sb.contains("$")) { + sb.setLength(0) + sb.append("检测到除已知节点外的其它异常") + } } if ((exceptionValue and (1 shl 7)) != 0 || ((exceptionValue and (1 shl 8)) != 0)) { if (!sb.contains("$")) {