From b501eb1c68df24c4e1ccdd479d8d559f5f61b5ca Mon Sep 17 00:00:00 2001 From: donghongyu Date: Mon, 22 Nov 2021 11:58:44 +0800 Subject: [PATCH] =?UTF-8?q?[Fix]=E4=BF=AE=E5=A4=8D=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E4=BE=9D=E8=B5=96utils=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: donghongyu --- .../function/hmi/ui/setting/DebugSettingView.kt | 4 ++++ gradle.properties | 16 ++++++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/setting/DebugSettingView.kt b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/setting/DebugSettingView.kt index 98300a2f61..b520c24664 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/setting/DebugSettingView.kt +++ b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/setting/DebugSettingView.kt @@ -258,10 +258,14 @@ class DebugSettingView @JvmOverloads constructor( LogUtils.getConfig().isLogSwitch = false Logger.init(LogLevel.OFF) com.mogo.utils.logger.Logger.init(com.mogo.utils.logger.LogLevel.OFF) + com.elegant.log.simplelog.Logger.init(com.elegant.log.simplelog.LogLevel.OFF) + com.zhidao.account.sdk.utils.Logger.init(false) } else { LogUtils.getConfig().isLogSwitch = true Logger.init(LogLevel.DEBUG) com.mogo.utils.logger.Logger.init(com.mogo.utils.logger.LogLevel.DEBUG) + com.elegant.log.simplelog.Logger.init(com.elegant.log.simplelog.LogLevel.DEBUG) + com.zhidao.account.sdk.utils.Logger.init(true) } } tbADASLog.setOnCheckedChangeListener { buttonView, isChecked -> diff --git a/gradle.properties b/gradle.properties index c96dada6c9..9dc25bc3e5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -63,21 +63,21 @@ SERVICE_CHAIN_VERSION=1.0.23 LOGLIB_VERSION=1.0.4 ######## MogoAiCloudSDK Version ######## # 网络请求 -MOGO_NETWORK_VERSION=1.3.7 +MOGO_NETWORK_VERSION=1.3.8 # 鉴权 -MOGO_PASSPORT_VERSION=1.3.7 +MOGO_PASSPORT_VERSION=1.3.8 # 常链接 -MOGO_SOCKET_VERSION=1.3.7 +MOGO_SOCKET_VERSION=1.3.8 # 数据采集 -MOGO_REALTIME_VERSION=1.3.7 +MOGO_REALTIME_VERSION=1.3.8 # 探路,道路事件发布,获取 -MOGO_TANLU_VERSION=1.3.7 +MOGO_TANLU_VERSION=1.3.8 # 直播推流 -MOGO_LIVE_VERSION=1.3.7 +MOGO_LIVE_VERSION=1.3.8 # 直播拉流 -MOGO_TRAFFICLIVE_VERSION=1.3.7 +MOGO_TRAFFICLIVE_VERSION=1.3.8 # 定位服务 -MOGO_LOCATION_VERSION=1.3.7 +MOGO_LOCATION_VERSION=1.3.8 ######## MogoAiCloudSDK Version ######## # 自研地图 MAP_SDK_VERSION=V2.0.0.4