【发布时间】:2016-02-26 05:55:24
【问题描述】:
我现在使用 Stetho(http://facebook.github.io/stetho/) 来调试我的应用程序。但是我的数据库框架是 ormlite,我无法在 Chrome 中检查数据库。是否存在实现它的方法?
编辑1:
我只能看到其他一些数据库
【问题讨论】:
我现在使用 Stetho(http://facebook.github.io/stetho/) 来调试我的应用程序。但是我的数据库框架是 ormlite,我无法在 Chrome 中检查数据库。是否存在实现它的方法?
编辑1:
我只能看到其他一些数据库
【问题讨论】:
你试过Remote Debugging吗?
使用Stetho Integrations 和Stetho features,您可以实现SQL lite 的数据库检查。我不认为ormlite 提供相同的功能。
【讨论】: