mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-11-07 13:50:55 +00:00
Random changes
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user