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

stetho_open connect also consider IPv6 #700

Closed funfoolsuzi closed 3 years ago

funfoolsuzi commented 3 years ago

Some adb server only listens at IPv6 address family.

This change will first attempt to connect with IPv4 and if it fails then switch to IPv6.