You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
okhttp-stats is an android library built on the top of OkHttp3, which is responsible for intercepting all the network calls and for calculating network stats such as the average network speed of the user. This is more of an analytical tool which can be used to track the number of success and error responses.
Can be plugged in to any app which uses okhttp in their networking stack.
See pages in the right for in-depth details of the library