控制日志输出
This commit is contained in:
donghongyu
2022-01-27 18:11:33 +08:00
parent 100384e6f6
commit 8cb6145f28
4 changed files with 22 additions and 12 deletions

2
.idea/gradle.xml generated
View File

@@ -4,7 +4,7 @@
<component name="GradleSettings"> <component name="GradleSettings">
<option name="linkedExternalProjectsSettings"> <option name="linkedExternalProjectsSettings">
<GradleProjectSettings> <GradleProjectSettings>
<option name="testRunner" value="GRADLE" /> <option name="testRunner" value="PLATFORM" />
<option name="distributionType" value="DEFAULT_WRAPPED" /> <option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" /> <option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="modules"> <option name="modules">

10
.idea/runConfigurations.xml generated Normal file
View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RunConfigurationProducerService">
<option name="ignoredProducers">
<set>
<option value="com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer" />
</set>
</option>
</component>
</project>

View File

@@ -19,7 +19,7 @@ class HttpDnsInterceptor : Interceptor {
try { try {
MogoHttpDnsClient.getHttpDnsAddressUseCacheIfNecessary(0, request.url().host())?.let { MogoHttpDnsClient.getHttpDnsAddressUseCacheIfNecessary(0, request.url().host())?.let {
url = url.replace(host, it) url = url.replace(host, it)
Logger.d("DomainExchange", """oriHost: ${host} newHost: $it newUrl: $url""") //Logger.d("DomainExchange", """oriHost: ${host} newHost: $it newUrl: $url""")
} }
} catch (e: Exception) { } catch (e: Exception) {
e.printStackTrace() e.printStackTrace()

View File

@@ -36,22 +36,22 @@ PASSWORD=xintai2018
RELEASE=true RELEASE=true
# AI CLOUD 云平台 # AI CLOUD 云平台
# 工具类 # 工具类
MOGO_UTILS_VERSION=1.3.17 MOGO_UTILS_VERSION=1.3.18
# 网络请求 # 网络请求
MOGO_NETWORK_VERSION=1.3.17 MOGO_NETWORK_VERSION=1.3.18
# 网络DNS # 网络DNS
MOGO_HTTPDNS_VERSION=1.3.17 MOGO_HTTPDNS_VERSION=1.3.18
# 鉴权 # 鉴权
MOGO_PASSPORT_VERSION=1.3.17 MOGO_PASSPORT_VERSION=1.3.18
# 常链接 # 常链接
MOGO_SOCKET_VERSION=1.3.17 MOGO_SOCKET_VERSION=1.3.18
# 数据采集 # 数据采集
MOGO_REALTIME_VERSION=1.3.17 MOGO_REALTIME_VERSION=1.3.18
# 探路,道路事件发布,获取 # 探路,道路事件发布,获取
MOGO_TANLU_VERSION=1.3.17 MOGO_TANLU_VERSION=1.3.18
# 直播推流 # 直播推流
MOGO_LIVE_VERSION=1.3.17 MOGO_LIVE_VERSION=1.3.18
# 直播拉流 # 直播拉流
MOGO_TRAFFICLIVE_VERSION=1.3.17 MOGO_TRAFFICLIVE_VERSION=1.3.18
# 定位服务 # 定位服务
MOGO_LOCATION_VERSION=1.3.17 MOGO_LOCATION_VERSION=1.3.18