Search code examples
androidandroid-emulator

HTTPResponse debugging with the android emulator


I would like to know if there is anyway to debug the HTTP response with the android emulator. my logs show that the response is not arriving complete to the application and i would like to know if it is the server that does not send the complete response or if my application is not processing the response completely.

I tried hooking up Fiddler and Blurp proxy, it actually works with Blurp proxy but only for HTTP and as you may guess i need it also for HTTPS


Solution

  • See this answer regarding capturing network traffic on the emulator:
    Android emulator: How to monitor network traffic?