After configuring my Galaxy S4 (Android 4.4.2) phone to use a proxy server for debugging an app, I noticed that other apps on my device were making some suspicious HTTP calls. I would like to track down what app is doing this.
Unfortunately, the request itself didn't have any clues... it only contained a generic User-Agent
header:
User-Agent: Dalvik/1.6.0 (Linux; U; Android 4.4.2; SPH-L720 Build/KOT49H)
The response was also generic, and not related to anything I have knowingly installed.
Is there a way to log apps making HTTP requests on my Android device?