google / volley

https://google.github.io/volley
Apache License 2.0
3.37k stars 751 forks source link

NetworkUtility.logSlowRequests: HTTP response for request=<[ ] https://www.google.com/ 0xd61ac103 NORMAL 1> [lifetime=6472], [size=159525], [rc=200], [retryCount=1] #444

Closed PanneerJan2 closed 1 year ago

PanneerJan2 commented 1 year ago

Hi As Requested, I have tried in Both httpURLConnection and in Volley As well Still in Volley I'm Facing this NetworkUtility Warning.

so Mainly Due to this Warning some time API used to get Fails as TimeOut Error

2022-09-16 16:47:42.258 22886-22886/com.krishnan.demoapi D/API: Initiating Volley 2022-09-16 16:47:42.258 22886-22886/com.krishnan.demoapi D/URL->: https://www.google.com/ 2022-09-16 16:47:48.767 22886-23047/com.krishnan.demoapi D/Volley: [7162] NetworkUtility.logSlowRequests: HTTP response for request=<[ ] https://www.google.com/ 0xd61ac103 NORMAL 1> [lifetime=6472], [size=159525], [rc=200], [retryCount=1]

2022-09-16 16:47:53.987 22886-22886/com.krishnan.demoapi D/API: Initiating HttpURLConnection 2022-09-16 16:47:54.023 22886-23069/com.krishnan.demoapi D/URL ->: https://reqres.in/api/users?page=2 2022-09-16 16:47:57.608 22886-23069/com.krishnan.demoapi D/Res: {"page":2,"per_page":6,"total":12,"total_pages":2,"data":[{"id":7,"email":"michael.lawson@reqres.in",....}

I have tested the URL By Interchanging as well and each time the url in HttpURLConnection works fine but not in Volley.

Screenshot_3 two

Thank You!!!!