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

Not able to do db operation #646

Closed ankurtagtaste closed 5 years ago

ankurtagtaste commented 5 years ago

I am trying to run the SQLite query under Resources => selecting the db => and writing query for ex: "select * from category"

After running the query I am getting nothing. it short of hang.

lib version: 1.5.1 android studio: 3.3.1 Chrome: v72.0.3626.121 OS: mac