Member-only story

Various methods to debug HTTP traffic in Android applications

Eugene Tkachenko
ProAndroidDev
Published in
8 min readNov 11, 2018

Many developers come across the question: “How to debug outgoing and incoming traffic on Android?”. There are many ways to profile the network, but it would be hard to tell about each of them.

You can find the following tools:

  • Network Inspector
  • Square OkHttp Logging Interceptor
  • OkHttpProfiler
  • Charles
  • Facebook Flipper
  • Proxyman
  • Chucker

in the video:

In this article, we will describe only:

They all have pros and cons, but they can make the profiling clear and straightforward.

Android Profiler

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Responses (4)

What are your thoughts?