Hi, any way to monitor Ktor network calls inside t...
# ktor
j
Hi, any way to monitor Ktor network calls inside the AS network inspector tool? I know its possible with OKHttp client, but why isn't that possible to do it with other Ktor engines (for ex: CIO)
a
I think AS injects some code which instruments those OkHttp code hence those are shown in the AS
a
That's because
Currently, the Network Inspector supports only the
HttpsURLConnection
and
OkHttp
libraries for network connections.
Please see https://developer.android.com/studio/debug/network-profiler#troubleshoot-network-connection for more details.