Reputation: 21893
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
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