From 6687a43ca97659ff1c4b4cd5fbe3c18017e41b21 Mon Sep 17 00:00:00 2001 From: renwj Date: Fri, 19 Jul 2024 17:22:02 +0800 Subject: [PATCH] =?UTF-8?q?[6.5.0][=E9=81=93=E8=B7=AF=E4=BA=8B=E4=BB=B6]?= =?UTF-8?q?=20=E6=B7=BB=E5=8A=A0=E9=81=93=E8=B7=AF=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=E5=8D=A0=E9=81=93=E5=86=B3=E7=AD=96=E7=9A=84=E9=93=BE=E8=B7=AF?= =?UTF-8?q?=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mogo/eagle/function/biz/v2x/v2n/pnc/V2NIdentifyDrawer.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/function-impl/mogo-core-function-biz/src/main/java/com/mogo/eagle/function/biz/v2x/v2n/pnc/V2NIdentifyDrawer.kt b/core/function-impl/mogo-core-function-biz/src/main/java/com/mogo/eagle/function/biz/v2x/v2n/pnc/V2NIdentifyDrawer.kt index 0a158672c2..e59be301e1 100644 --- a/core/function-impl/mogo-core-function-biz/src/main/java/com/mogo/eagle/function/biz/v2x/v2n/pnc/V2NIdentifyDrawer.kt +++ b/core/function-impl/mogo-core-function-biz/src/main/java/com/mogo/eagle/function/biz/v2x/v2n/pnc/V2NIdentifyDrawer.kt @@ -178,11 +178,13 @@ internal object V2NIdentifyDrawer: IEventDismissListener { val occupy = decision.occupy val laneId = decision.laneId val sb = StringBuilder() + V2XBizTrace.onAck(decision, "计算出道路事件占道决策数据1") if (laneId != null) { val isOccupy = occupy.find { it.id == laneId } != null if (isOccupy) { if (isDriver) { val bestLane = V2NUtils.computeBestLane(laneId, occupy, total) + V2XBizTrace.onAck(bestLane, "计算出最优车道") sb.append("发现前方${distance.toInt()}米${ if (poiType == EventTypeEnumNew.TYPE_SOCKET_ROAD_SHIGONG.poiType) "车道施工" else "车道事故" }@@, 蘑菇建议您尽快${bestLane.second}") } else { sb.append("发现前方${distance.toInt()}米${ if (poiType == EventTypeEnumNew.TYPE_SOCKET_ROAD_SHIGONG.poiType) "车道施工" else "车道事故" }@@, 蘑菇时刻为您守护")