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
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
Copyright © 2021 Jogjafile Inc.
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.