[Change]
关闭http部分日志
This commit is contained in:
@@ -84,7 +84,7 @@ class HttpLoggingInterceptor : Interceptor {
|
||||
if (response.code() != 200) {
|
||||
Logger.e(TAG, logMsg.toString())
|
||||
} else {
|
||||
Logger.d(TAG, logMsg.toString())
|
||||
//Logger.d(TAG, logMsg.toString())
|
||||
}
|
||||
return if (consumedResponse) response.newBuilder()
|
||||
.body(ResponseBody.create(contentType, responseContent)).build() else response
|
||||
|
||||
@@ -33,25 +33,25 @@ SNAPSHOT_REPOSITORY_URL=http://nexus.zhidaoauto.com/repository/maven-snapshots/
|
||||
USERNAME=xintai
|
||||
PASSWORD=xintai2018
|
||||
# 编译模式: false - 依赖本地版本, true - 依赖 maven 版本
|
||||
RELEASE=false
|
||||
RELEASE=true
|
||||
# AI CLOUD 云平台
|
||||
# 工具类
|
||||
MOGO_UTILS_VERSION=1.3.15
|
||||
MOGO_UTILS_VERSION=1.3.16
|
||||
# 网络请求
|
||||
MOGO_NETWORK_VERSION=1.3.15
|
||||
MOGO_NETWORK_VERSION=1.3.16
|
||||
# 网络DNS
|
||||
MOGO_HTTPDNS_VERSION=1.3.15
|
||||
MOGO_HTTPDNS_VERSION=1.3.16
|
||||
# 鉴权
|
||||
MOGO_PASSPORT_VERSION=1.3.15
|
||||
MOGO_PASSPORT_VERSION=1.3.16
|
||||
# 常链接
|
||||
MOGO_SOCKET_VERSION=1.3.15
|
||||
MOGO_SOCKET_VERSION=1.3.16
|
||||
# 数据采集
|
||||
MOGO_REALTIME_VERSION=1.3.15
|
||||
MOGO_REALTIME_VERSION=1.3.16
|
||||
# 探路,道路事件发布,获取
|
||||
MOGO_TANLU_VERSION=1.3.15
|
||||
MOGO_TANLU_VERSION=1.3.16
|
||||
# 直播推流
|
||||
MOGO_LIVE_VERSION=1.3.15
|
||||
MOGO_LIVE_VERSION=1.3.16
|
||||
# 直播拉流
|
||||
MOGO_TRAFFICLIVE_VERSION=1.3.15
|
||||
MOGO_TRAFFICLIVE_VERSION=1.3.16
|
||||
# 定位服务
|
||||
MOGO_LOCATION_VERSION=1.3.15
|
||||
MOGO_LOCATION_VERSION=1.3.16
|
||||
|
||||
Reference in New Issue
Block a user