I am trying to analyze my app's network activity such as number of connections and total size of response and request per connection. However, it won't register in my Profiler's Network section.
I am using Java sockets as explained in how to create Socket connection in Android?.
How do you show it in the tool?