Open piotrek-chmielowski opened 7 years ago
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?
stetho-realm2.3.0支持realm5.11.0吗?
In my project, I'm using both Realm and Sqllite. To display Realm's content I have to use:
Hovewer, to display SqlLite content, I have to replace it with:
Is it possible to inspect data from both engines at the same time?