uPhyca / stetho-realm

Realm module for Stetho
Other
738 stars 114 forks source link

I do not see my app in chrome://inspect/#devices #29

Closed kamilwlf closed 8 years ago

kamilwlf commented 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());

kazaky commented 8 years ago

@kamilwlf Try this config! https://github.com/uPhyca/stetho-realm/issues/23

kamilwlf commented 8 years ago

thanks, it works! why documentation is not updated?