connecting IP not shown for android Devices

I see that for the Chrome Desktop agents we are able to see the connecting IP for the request but I don’t see this for Android agents. is that expected ?

Yes (at least for now). The mobile agents rely on the dev tools request data which doesn’t include connection information while the desktop agents intercept all of the raw socket data and see everything.

That said, it is something that could potentially be fixed by using netlog instead of dev tools for the request data from Chrome (which would also expose low-level HTTP/2 details).

Excellent, thanks.