Firebase分析页面为空白,但崩溃报告正在运行

时间:2017-03-17 11:07:04

标签: android firebase google-analytics analytics crash-reports

我在将项目与Google Firebase分析集成时遇到了一些问题。我已按照所有说明进行操作,并且集成似乎已完成,因为我正确地获得了崩溃报告,但Google Analytics页面为空。

我的build.gradle内容:

compile 'com.google.firebase:firebase-core:10.2.0'
compile 'com.google.firebase:firebase-crash:10.2.0'

compile 'com.google.android.gms:play-services:10.2.0'
compile 'com.google.android.gms:play-services-wearable:10.2.0'

日志似乎建议发送报告。

I/FirebaseInitProvider: FirebaseApp initialization successful
I/FA: App measurement is starting up, version: 10298
I/FA: To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
I/FA: To enable faster debug mode event logging run:
                                                            adb shell setprop debug.firebase.analytics.app 
D/FA: Debug-level message logging enabled
D/FA: Connected to remote service
D/FA: Logging event (FE): select_content, Bundle[{item_name=Demo mode entered, _o=app, _sc=SeatsActivity, _si=-6324821531545085450, content_type=image, item_id=Demo}]
D/FA: Connected to remote service
D/FA: Logging event (FE): select_content, Bundle[{item_name=Demo mode exited, _o=app, _sc=SeatsActivity, _si=-6324821531545085450, content_type=image, item_id=Demo}]
D/FA: Logging event (FE): _e, Bundle[{_o=auto, _et=14578, _sc=SeatsActivity, _si=-6324821531545085450}]
D/FA: Logging event (FE): select_content, Bundle[{item_name=User Authenticated, _o=app, content_type=image, item_id=Authentication}]
D/FA: Connected to remote service
D/FA: Logging event (FE): _e, Bundle[{_o=auto, _et=11345, _sc=AuthenticationActivity, _si=-6324821531545085449}]
D/FA: Connected to remote service

图片似乎表明存在一些分析,但当我转到“分析”标签时,它的空白。发送报告后我等了几天,但页面仍然是空白的。我错过了什么吗?

enter image description here

2 个答案:

答案 0 :(得分:1)

我一直在使用我的Office Gmail ID(企业帐户),似乎不支持Firebase,或者此功能可能已被管理员阻止。我删除了这个项目,并根据我的个人GMail ID创建了项目,一切正常。

最好显示一条警告/信息消息,说明为什么Google Analytics不会使用Enterprise帐户,因为这会耗费几天的工作量。另外,请确保您只登录一个Google帐户才能查看Firebase。

答案 1 :(得分:1)

我发现,对于G Suite / Google Apps / Enterprise帐户,默认情况下会禁用Google Analytics。

如果您可以与管理员联系(或者那是您),他们可以按照说明在此处启用它: https://support.google.com/a/answer/6304816

我自己做了这个,尽管警告可能需要24小时,Firebase Analytics页面会立即开始为我工作。