You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, however we provide no helpers to facilitate this. There is a lower
level "raw" API for hooking this up yourself called NetworkEventReporter.
See stetho-okhttp/urlconnection source for clues as to how you'd wire this
up manually.
HttpClient does also have an interceptor type system similar to okhttp, but
in my experience it is much less complete and is harder to properly
generalize. That's why we didn't pursue a stetho-httpclient helper.
Activity
jasta commentedon Apr 1, 2015
zourb commentedon Apr 1, 2015
@jasta thanks for your info and quick reply.
lklots commentedon Jul 11, 2015
jasta, which part is harder to generalize? it seems friendlier than url connection. i'll write it if you guys would merge it into stetho.
btw, when i was at fb i was working on this very tool, but 3 years earlier :) never finished but glad you guys did. looks great.
wufeng0927 commentedon Jun 8, 2016
thanks
cazador4 commentedon Nov 16, 2016
Hey @lklots, have you done this for us? (:
lklots commentedon Nov 16, 2016
nope :(