Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
PanneerJan2 opened this issue Sep 16, 2022 · 0 comments

Comments

@PanneerJan2
Copy link

PanneerJan2 commented Sep 16, 2022

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!!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant