facebookarchive / stetho

Stetho is a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more.

Home Page:http://facebook.github.io/stetho/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Database console not working

musooff opened this issue · comments

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?

commented

This is probably the same issue as #634 (broken in Chrome 72).

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

looks to be the same as #634