mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	NetworkHelper: log real requests and responses (#7820)
This commit is contained in:
		| @@ -35,7 +35,7 @@ class NetworkHelper(context: Context) { | ||||
|                 val httpLoggingInterceptor = HttpLoggingInterceptor().apply { | ||||
|                     level = HttpLoggingInterceptor.Level.HEADERS | ||||
|                 } | ||||
|                 builder.addInterceptor(httpLoggingInterceptor) | ||||
|                 builder.addNetworkInterceptor(httpLoggingInterceptor) | ||||
|             } | ||||
|  | ||||
|             when (preferences.dohProvider()) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user