Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to display SqlLite content along with Realm? #63

Open
piotrek-chmielowski opened this issue Sep 23, 2017 · 1 comment
Open

Comments

@piotrek-chmielowski
Copy link

In my project, I'm using both Realm and Sqllite. To display Realm's content I have to use:

Stetho.
    Stetho.newInitializerBuilder(this)
        .enableDumpapp(Stetho.defaultDumperPluginsProvider(this))
        .enableWebKitInspector(RealmInspectorModulesProvider.builder(this).build())
        .build());

Hovewer, to display SqlLite content, I have to replace it with:

Stetho.initializeWithDefaults(this);

Is it possible to inspect data from both engines at the same time?

@vson1718
Copy link

vson1718 commented Nov 7, 2019

stetho-realm2.3.0支持realm5.11.0吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants