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.