From 3317c17c80962fd3a19a6b9d18732f61788375f4 Mon Sep 17 00:00:00 2001 From: wangcongtao Date: Wed, 10 Mar 2021 11:43:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=98=BE=E7=A4=BA=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/mogo/module/service/intent/MockIntentHandler.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/mogo-module-service/src/main/java/com/mogo/module/service/intent/MockIntentHandler.java b/modules/mogo-module-service/src/main/java/com/mogo/module/service/intent/MockIntentHandler.java index 45509b7b3d..e727b7dd9a 100644 --- a/modules/mogo-module-service/src/main/java/com/mogo/module/service/intent/MockIntentHandler.java +++ b/modules/mogo-module-service/src/main/java/com/mogo/module/service/intent/MockIntentHandler.java @@ -34,6 +34,8 @@ import com.mogo.module.common.drawer.AdasRecognizedResultDrawer; import com.mogo.module.common.drawer.SnapshotSetDataDrawer; import com.mogo.module.service.MarkerServiceHandler; import com.mogo.module.service.R; +import com.mogo.module.service.uploadintime.SnapshotLocationController; +import com.mogo.realtime.core.SnapshotUploadInTime; import com.mogo.realtime.entity.ADASRecognizedResult; import com.mogo.realtime.entity.CloudRoadData; import com.mogo.realtime.entity.MogoSnapshotSetData; @@ -693,6 +695,7 @@ public class MockIntentHandler implements IntentHandler { } JSONObject jo = new JSONObject( line ); MarkerServiceHandler.getApis().getMapServiceApi().getMapUIController().syncLocation2Map( jo ); + SnapshotLocationController.getInstance().syncAdasLocationInfo( jo ); Log.i( "mock-timer-loc", "cost " + ( System.currentTimeMillis() - start ) + "ms" ); mLocationMockHandler.sendEmptyMessageDelayed( 1, 100L ); return true;