124697
124697

Reputation: 21893

How can I see what my app is sending to the internet

I am using a thirdpart SDK in my app and I want to see exactly what it is sending back to the SDK provider.

There is no debug info coming back in logcat from this SDK. how can I see what it is sending in eclipse or on my device?

Upvotes: 0

Views: 50

Answers (1)

dstronczak
dstronczak

Reputation: 2454

If you can load your app on an emulator you can use tools like Wireshark.

The other option is to have your actual device rooted: then you can use apps like NetworkLog or Shark.

Upvotes: 1

Related Questions