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

--

--

Responses (4)

What are your thoughts?