From 20bd5ec5a7f859c0f98f13ef62b906b1c781e51b Mon Sep 17 00:00:00 2001 From: fctom1215 <fctom1215@outlook.com> Date: 星期日, 07 二月 2021 09:25:53 +0800 Subject: [PATCH] 暂时屏蔽获取车模型从平台 直接打开mapfragment 跳过arcgis --- lib/src/main/cpp/test_items/area_exam.cpp | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/src/main/cpp/test_items/area_exam.cpp b/lib/src/main/cpp/test_items/area_exam.cpp index 46c71ca..556d071 100644 --- a/lib/src/main/cpp/test_items/area_exam.cpp +++ b/lib/src/main/cpp/test_items/area_exam.cpp @@ -111,6 +111,7 @@ } } else { if (ExitMap(car, CurrEnterMapIndex, mapList)) { + DEBUG("绂诲紑鏌愪釜瀛愰」鐩� idx = %d", CurrEnterMapIndex); CurrEnterMapIndex = -1; } } @@ -189,6 +190,7 @@ // 鏌愰」缁撴潫 CurrExamStatus = EXAM_AREA_NONE; CurrExamMapIndex = -1; + DEBUG("缁撴潫褰撳墠椤圭洰"); } } } -- Gitblit v1.8.0