0

I am using volley for network call in my project. I am not using OkHttp Layer with Volley.

I want to inspect volley network request with Stetho, but i have not found anything for this on Stetho website.

This link suggests some tricks to inspect volley network request if used with OkHttp layer.

But is how can i inspect volley network request with Stetho without using OkHttp Layer with Volley.

Darshan Kapasi
  • 187
  • 1
  • 2
  • 14

1 Answers1

0

I came across the same issue and have created library this StethoForVolley library.

You can follow the instruction given to use this library in README.md and inspect volley request (without OkHttp) with Stetho.

Darshan Kapasi
  • 187
  • 1
  • 2
  • 14