Hi I've been trying to figure out a way monitor image requests for image views when using an external url, but I just can't figure it out. I've tried:
- The 'packet capture' application, when I turn request monitoring on, the image isn't even requested.
- Monitoring the outgoing requests from my device using fiddler, in this case the images are loaded but I can't see any signs of requests that were made to retrieve the images(the first time the images are loaded, so they couldn't possibly be loaded from cache)
Are there any other more reliable means of monitoring outgoing image requests without relaying upon tools that require root access to the device?