mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-04-08 05:24:30 +00:00
Random changes
This commit is contained in:
parent
ff828116bc
commit
5b937fb1fa
@ -28,7 +28,7 @@ fun createOkHttpClient(): OkHttpClient {
|
||||
|
||||
if (BuildConfig.DEBUG) {
|
||||
val httpLoggingInterceptor = HttpLoggingInterceptor().apply {
|
||||
level = HttpLoggingInterceptor.Level.BODY
|
||||
level = HttpLoggingInterceptor.Level.HEADERS
|
||||
}
|
||||
builder.addInterceptor(httpLoggingInterceptor)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user