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