Hello everyone!
I want to intercept all traffic from my app in debug purposes. I know about Chucker and Pluto, but using them I have to add Interceptors to OkHttp clients.
I'm not able to add interceptor to third party libraries without magic tricks.
Is there any existing solution for this case?