[2.12.0] bus 添加外屏接口log

This commit is contained in:
wangmingjun
2022-11-03 15:09:46 +08:00
parent a1dddbcf92
commit 33a462aa1c

View File

@@ -29,7 +29,8 @@ object BusSendTripInfoManager{
arrivalStopName: String,
isLastStop: Boolean) {
d(SceneConstant.M_BUS + "BusSendTripInfoManager", "type: "+ type
+", lineName: "+ lineName + ", stationName: "+arrivalStopName+", isLastStop: "+isLastStop)
+", lineName: "+ lineName +", departureStopName: "+ departureStopName
+ ", arrivalStopName: "+arrivalStopName+", isLastStop: "+isLastStop)
CallerAutoPilotManager.sendTripInfo(type,lineName,departureStopName, arrivalStopName, isLastStop)
}
}