chrome 浏览器中不显示 default.realm 文件

Posted

技术标签:

【中文标题】chrome 浏览器中不显示 default.realm 文件【英文标题】:default.realm file is not display in the chrome browser 【发布时间】:2017-01-10 03:43:40 【问题描述】:

我关注:This is from Facebook documentation.

android 上使用 Stetho 进行调试。

我通过终端运行react-native run-android

然后,使用Chrome Developer ToolsDeveloper Tools 进行检查

我检查后,Resources/Web Sql/ 显示为空。

我的领域文件位于:path: /data/data/com.demo/files/default.realm

如何在 chrome 浏览器中查看我的 default.realm 文件?

【问题讨论】:

更改领域数据库的名称:RealmConfiguration realmConfiguration = new RealmConfiguration.Builder() .name("base.realm") 【参考方案1】:

我遇到了同样的问题,但我通过将 stetho 版本更改为 'com.facebook.stetho:stetho:1.4.1' 解决了问题,同时确保您将像这样正确初始化 stetho

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

【讨论】:

以上是关于chrome 浏览器中不显示 default.realm 文件的主要内容,如果未能解决你的问题,请参考以下文章

图片在 Chrome 中显示,但在 Firefox 中不显示

网页推送通知在chrome中不显示。

HTML:单引号在此网站上显示为空格,但仅在某些浏览器中显示(即在桌面上的 Chrome 中,但在 iOS 上的 Safari 中不显示)

Div 在 Firefox、Safari、Chrome 等中显示,但在 Internet Explorer 中不显示

自定义字体在 IE 中不显示

Flex 高度在 Chrome 中不起作用 [重复]