From b10110c5602d6e3a0edd9d49db3dc550608fcbce Mon Sep 17 00:00:00 2001 From: renwj Date: Wed, 16 Oct 2024 17:50:13 +0800 Subject: [PATCH] =?UTF-8?q?[6.7.0][=E5=9C=B0=E5=9B=BEsdk]=20=E6=89=93?= =?UTF-8?q?=E5=BC=80=E5=9C=B0=E5=9B=BE=E6=97=A5=E5=BF=97=E5=BC=80=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/java/com/mogo/launcher/startup/ConfigStartUp.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/mogo/launcher/startup/ConfigStartUp.kt b/app/src/main/java/com/mogo/launcher/startup/ConfigStartUp.kt index 8874aab760..a444ed5319 100644 --- a/app/src/main/java/com/mogo/launcher/startup/ConfigStartUp.kt +++ b/app/src/main/java/com/mogo/launcher/startup/ConfigStartUp.kt @@ -119,7 +119,7 @@ object ConfigStartUp { } val mapParams = MapParams.init() - mapParams.setDebugMode(false) + mapParams.setDebugMode(true) // 1-使用本地地图数据,0-使用在线地图数据 // .setDataFileSource(1) .setIsRecordLogs(false)