-1

I'm now use Stetho(http://facebook.github.io/stetho/) to debug my app.But my database framework is ormlite and I can't inspect database in Chrome.Does it exist a method to achieve it?

Edit1:

I can just see some other database

enter image description here

tiny sunlight
  • 6,231
  • 3
  • 21
  • 42

1 Answers1

0

Have you tried Remote Debugging?

Using Stetho Integrations & Stetho features you can Achieve Database Inspection for SQL lite.I don't think ormlite provides the same till now.

CandleCoder
  • 1,387
  • 4
  • 21
  • 45