Firebase DebugView not showing events on Android

笑着哭i 提交于 2020-05-24 04:38:05

问题


Update: seems like it was a temporary issue on firebase and it works now.

Original post:

I configured my app to work with Firebase analytics and trying to see the events in the DebugView dashboard.

This worked fine for me on the first day - some of the times it didn't recognise the device and I needed to refresh, but mostly it was ok. Now when I start my app is see this line in the log

I/FA: Faster debug mode event logging enabled. To disable, run: adb shell setprop debug.firebase.analytics.app .none.

I believe that it means that the DebugView is configured correctly - but i don't see anything there.

More than that - I see the events in the general events view, and as far as I can understand debug events aren't supposed to be sent there.

Any idea what might be the problem? I thought I might have mistyped the package name - but if I get the message that the Faster debug event logging is enabled - I assume that this error is irrelevant.


回答1:


There're many reports in Firebase Google Group. Seems like the team is fixing it

https://groups.google.com/forum/#!searchin/firebase-talk/debugview%7Csort:date/firebase-talk/nmG8IcVi16Y/wbjjHg67BwAJ



来源:https://stackoverflow.com/questions/61798417/firebase-debugview-not-showing-events-on-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!