[Change]
控制日志输出
This commit is contained in:
2
.idea/gradle.xml
generated
2
.idea/gradle.xml
generated
@@ -4,7 +4,7 @@
|
||||
<component name="GradleSettings">
|
||||
<option name="linkedExternalProjectsSettings">
|
||||
<GradleProjectSettings>
|
||||
<option name="testRunner" value="GRADLE" />
|
||||
<option name="testRunner" value="PLATFORM" />
|
||||
<option name="distributionType" value="DEFAULT_WRAPPED" />
|
||||
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||
<option name="modules">
|
||||
|
||||
10
.idea/runConfigurations.xml
generated
Normal file
10
.idea/runConfigurations.xml
generated
Normal 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>
|
||||
@@ -19,7 +19,7 @@ class HttpDnsInterceptor : Interceptor {
|
||||
try {
|
||||
MogoHttpDnsClient.getHttpDnsAddressUseCacheIfNecessary(0, request.url().host())?.let {
|
||||
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) {
|
||||
e.printStackTrace()
|
||||
|
||||
@@ -36,22 +36,22 @@ PASSWORD=xintai2018
|
||||
RELEASE=true
|
||||
# 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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user