[charter]
[3.2.0] [添加日志]
This commit is contained in:
@@ -121,6 +121,7 @@ object CharterPassengerModel {
|
||||
private var subscribeCountDown: Disposable?=null
|
||||
var switchLine5minWait: Disposable?=null
|
||||
|
||||
@Volatile
|
||||
private var newCheckSite:SiteInfoResponse.SiteInfo? = null
|
||||
|
||||
fun init() {
|
||||
@@ -689,6 +690,12 @@ object CharterPassengerModel {
|
||||
mogoLocation.longitude,
|
||||
mogoLocation.latitude
|
||||
)
|
||||
CallerLogger.d(M_BUS_P + "calculateDistance两点距离",
|
||||
"---lastSumLength: $lastSumLength---站点坐标$mogoLocation ----当前坐标:$it"
|
||||
)
|
||||
CallerLogger.d(M_BUS_P + "站点信息",
|
||||
"--${order.siteId}-$order"
|
||||
)
|
||||
if(lastSumLength>100) {
|
||||
if (mRoutePoints.size == 0){
|
||||
ToastCharterUtils.showLong("缺少轨迹数据")
|
||||
|
||||
Reference in New Issue
Block a user