11

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.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
KingJinho
  • 683
  • 1
  • 6
  • 23

2 Answers2

8

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

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

JasonChi
  • 96
  • 2
0

To me this is the last straw for Stetho and chrome://inspect

I have switched to Flipper, a similar debugging tool developed by Facebook.

The developer experience is much better, as can be seen below:picture of UX for database inpsection in Flipper

David Rawson
  • 20,912
  • 7
  • 88
  • 124