Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

query in stetho not working when pressing enter key

Tags:

android

stetho

I have been using android debug mode and tried to query data through Stetho in 'Resources' section. When I typed query and press enter key, it does not show me the result I want whereas it adds another empty line underneath the query I typed.

example

Select * From employees

and then I pressed the enter key.

result

Select * From employees
<new line starts here> 

I am wondering how it happened and hoping to find the solution.

like image 990
KingJinho Avatar asked Feb 15 '19 05:02

KingJinho


1 Answers

seems not working on chrome 72, try use version 71 to work around.

https://github.com/facebook/stetho/issues/634

like image 178
JasonChi Avatar answered Nov 19 '22 08:11

JasonChi