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

Android P + Stetho 1.5.1 - View highlighting not working #648

Open Erkks opened 5 years ago

Erkks commented 5 years ago

Samsung S8, Android 9.

When using the same device with Android 8 and Stetho 1.5.0, whenever I selected/hovered over an element in the inspector, the corresponding element was shown on my app.

I needed to upgrade the Stetho build to 1.5.1 to prevent an app crash when expanding the elements in the inspector (https://github.com/facebook/stetho/issues/607), but unfortunately I've lost view highlighting.

Please let me know if I can provide any more information.

erkkipupil commented 5 years ago

Confirmed that view highlighting works with Stetho 1.5.1 and Android 7 - issue seems to be Android P specific

beczesz commented 5 years ago

For me it is still not working I'm using a Pixel3 Android 9 Stetho 1.5.1

erkkipupil commented 4 years ago

Is this project still active? @jasta? Would be incredibly useful to have this merged in

IAmDarush commented 4 years ago

View highlighting not working on Stetho 1.5.1 (Tested on API 26 and 28). Any solutions?