We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdce74f commit fcab10aCopy full SHA for fcab10a
basemvvm/src/main/java/com/github2136/basemvvm/download/DownloadTask.kt
@@ -136,7 +136,7 @@ class DownloadTask(
136
}
137
} else {
138
if (DownloadUtil.LOG_ENABLE) {
139
- Log.d(DownloadUtil.TAG, "URL:$url request code ${response.code}")
+ Log.e(DownloadUtil.TAG, "URL:$url request code ${response.code}")
140
141
fail("request code ${response.code}")
142
//下载失败
0 commit comments