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

Database console not working #635

Closed musooff closed 5 years ago

musooff commented 5 years ago

I am using Stetho 1.5.0 I am able to see database from resources tab of Stetho, but I am not able to query for data from database console. Say if I want to just query data SELECT * FROM someTable LIMIT 1; and hit enter, it keeps going to next line while showing indicator. No data is shown.

screen shot 2019-02-21 at 11 38 23 am

The same problem is happening for Stetho console.

screen shot 2019-02-21 at 11 39 20 am

I am not sure if its a bug or any dependency I should install?

brianguertin commented 5 years ago

This is probably the same issue as https://github.com/facebook/stetho/issues/634 (broken in Chrome 72).

You can try using an older version of Chrome, it should work then.

longinoa commented 5 years ago

looks to be the same as #634