[6.6.0][启自驾成功率] feat: 业务层埋点增加sessionId (M1乘客屏 / Taxi算路验证模式 / 清扫车 除外);
This commit is contained in:
@@ -422,7 +422,8 @@ object OrderModel {
|
||||
return
|
||||
}
|
||||
|
||||
startAutoPilot(parameters)
|
||||
val sessionId = startAutoPilot(parameters)
|
||||
triggerUpdateStartAutoPilotSessionId(sessionId)
|
||||
|
||||
d(
|
||||
SceneConstant.M_BUS + TAG,
|
||||
@@ -733,6 +734,10 @@ object OrderModel {
|
||||
|
||||
}
|
||||
|
||||
fun triggerUpdateStartAutoPilotSessionId(sessionId: Long) {
|
||||
BusAnalyticsManager.triggerUpdateStartAutoPilotSessionId(sessionId)
|
||||
}
|
||||
|
||||
fun triggerUnableStartAPReasonEvent() {
|
||||
LineManager.startStation?.let {startStation->
|
||||
LineManager.endStation?.let {endStation->
|
||||
|
||||
Reference in New Issue
Block a user