logNetworkData
abstract fun logNetworkData( httpUrlRequest: UrlResponseInfo, startTimeMs: Long, responseStartTimeMs: Long, endTimeMs: Long)
Content copied to clipboard
Logs the related network information.
Parameters
httpUrlRequest
HttpUrlRequest that contains information on the request. May be
null
if the request was cancelled.
startTimeMs
Timestamp (ms) that the request started.
responseStartTimeMs
Timestamp (ms) when the first header byte was received.
endTimeMs
Timestamp (ms) that the request ended.