Closed kamilwlf closed 8 years ago
I do not see my app in chrome://inspect/#devices
dependencies:
compile 'com.facebook.stetho:stetho:1.3.1' compile 'com.uphyca:stetho_realm:0.9.0' classpath 'io.realm:realm-gradle-plugin:1.0.0'
my code:
Stetho.initialize( Stetho.newInitializerBuilder(this) .enableDumpapp(Stetho.defaultDumperPluginsProvider(this)) .enableWebKitInspector(RealmInspectorModulesProvider.builder(this).build()) .build());
@kamilwlf Try this config! https://github.com/uPhyca/stetho-realm/issues/23
thanks, it works! why documentation is not updated?
I do not see my app in chrome://inspect/#devices
dependencies:
my code: