车路云模拟数据

This commit is contained in:
liujing
2021-04-28 16:24:39 +08:00
parent a4b8d68716
commit e259d305c8
6 changed files with 19 additions and 44 deletions

View File

@@ -848,6 +848,7 @@ public class MockIntentHandler implements IntentHandler {
Log.i("mock-timer-loc-map", "cost " + (System.currentTimeMillis() - start) + "ms");
SnapshotLocationController.getInstance().syncAdasLocationInfo(jo);
Log.i("mock-timer-loc", "cost " + (System.currentTimeMillis() - start) + "ms");
Log.i("mock-timer-loc-info",jo.toString());
return true;
}