Android Improved Network Request Response Logging In Logcat
My boss wants a better logging for network connection. He says we need more human-readable request-response log. We do already have Stetho and HttpLoggingInterceptor. I've searched
Solution 1:
FB Flipper is the replacement for Stetho. A desktop app you run that connects and allows you to build plugins that talk to parts of your app like networking or UI layout. https://fbflipper.com/
I haven't tried it but https://github.com/httptoolkit/httptoolkit and https://github.com/httptoolkit/httptoolkit-android looks promising.
Or https://github.com/ChuckerTeam/chucker
Post a Comment for "Android Improved Network Request Response Logging In Logcat"