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

support window View Hierarchy (dialog, popupwindow, toast, and so on) #620

Closed android-notes closed 5 years ago

android-notes commented 5 years ago

support window View Hierarchy (dialog, popupwindow, toast, and so on).

example: click MainActivity#about button

android-notes commented 5 years ago

view hierarchy

fix 325
295

gif

@jasta @rickbrew

jasta commented 5 years ago

First off, thank you so much for this change, it's been a long time coming! I do think there's some quality stuff that needs attention but overall it should be easy to push this over the line and get it landed!

android-notes commented 5 years ago

thank you for review my code, I have solved all the problems @jasta

android-notes commented 5 years ago

Thank you very much for review my code, I have solved all the problems @jasta

jasta commented 5 years ago

Great work thanks!