From 33a462aa1ced6b03dfcebf99975748f707193a30 Mon Sep 17 00:00:00 2001 From: wangmingjun Date: Thu, 3 Nov 2022 15:09:46 +0800 Subject: [PATCH] =?UTF-8?q?[2.12.0]=20bus=20=E6=B7=BB=E5=8A=A0=E5=A4=96?= =?UTF-8?q?=E5=B1=8F=E6=8E=A5=E5=8F=A3log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/mogo/och/bus/util/BusSendTripInfoManager.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OCH/mogo-och-bus/src/main/java/com/mogo/och/bus/util/BusSendTripInfoManager.kt b/OCH/mogo-och-bus/src/main/java/com/mogo/och/bus/util/BusSendTripInfoManager.kt index 45d89d2359..9d0073363a 100644 --- a/OCH/mogo-och-bus/src/main/java/com/mogo/och/bus/util/BusSendTripInfoManager.kt +++ b/OCH/mogo-och-bus/src/main/java/com/mogo/och/bus/util/BusSendTripInfoManager.kt @@ -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) } }