facebookarchive / stetho

Stetho is a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more.
http://facebook.github.io/stetho/
MIT License
12.66k stars 1.13k forks source link

Is there a way I can view ws url and message send to devtools #624

Closed gengjiawen closed 5 years ago

gengjiawen commented 5 years ago

I see the code, but not find I can log the ws url

gengjiawen commented 5 years ago

Is it because it's domain socket so I can't connect it with ws protocal in my host machine ?