Updated on 2026-08-14
This commit is contained in:
parent
d620010137
commit
3ec82b0a95
2 changed files with 2 additions and 4 deletions
|
|
@ -50,8 +50,6 @@ class PicassoHelper {
|
|||
}
|
||||
|
||||
private fun addDebugInterceptors(okHttpBuilder: OkHttpClient.Builder) {
|
||||
if (!BuildConfig.DEBUG || !logConfig.picasso) return
|
||||
|
||||
val picassoInterceptor = HttpLoggingInterceptor(PicassoOkHttpLogger()).apply {
|
||||
level = HttpLoggingInterceptor.Level.BODY
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue