From f164700ddaf2cc6d6ea2a7b72effcf0e976d459f Mon Sep 17 00:00:00 2001 From: zhongchao Date: Thu, 18 May 2023 20:14:26 +0800 Subject: [PATCH] [3.2.0]add log of roma --- .../business/ai/AiCloudIdentifyDataManager.kt | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/business/ai/AiCloudIdentifyDataManager.kt b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/business/ai/AiCloudIdentifyDataManager.kt index 4752d743b3..992849ae5e 100644 --- a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/business/ai/AiCloudIdentifyDataManager.kt +++ b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/business/ai/AiCloudIdentifyDataManager.kt @@ -114,18 +114,9 @@ class AiCloudIdentifyDataManager : IMogoMapListener, } fun requestRangeOfIdentify(dataReceive: Boolean) { -// if (dataReceive) { //todo test -// // 请求地图开始漫游 -// MogoMapUIController.getInstance().setRomaMode(FunctionBuildConfig.romaModeStyle) -// CallerMapRomaListener.invokeMapRoma(true) -// sendMsgToServer(TelematicConstant.OPEN_ROMA_STATUS, "3".toByteArray()) -// } else { -// CallerMapRomaListener.invokeMapRoma(false) -// sendMsgToServer(TelematicConstant.OPEN_ROMA_STATUS, "4".toByteArray()) -// } val status = MogoStatusManager.getInstance().isSocketOnLine val gnss = CallerChassisLocationWGS84ListenerManager.getChassisLocationWGS84().gnssInfo - MapBizTrace.log(TAG,"开启请求,data:$dataReceive , socketStatus:$status , lon:${gnss.longitude} , lat:${gnss.latitude}") + MapBizTrace.log(TAG,"开启请求,data:$dataReceive , socketStatus:$status , lon:${gnss.longitude} , lat:${gnss.latitude} , heading:${gnss.heading}") aiCloudIdentifyNetWorkModel.requestIdentifyRange(dataReceive, gnss.longitude,gnss.latitude,{ MapBizTrace.log( TAG,