How can I use ormlite with Stetho?

168 Views Asked by At

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

1

There are 1 best solutions below

5
On

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.