Noa Drach
Noa Drach

Reputation: 2471

Firebase DebugView not showing events on Android

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.

Upvotes: 2

Views: 7552

Answers (1)

munnie
munnie

Reputation: 56

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

Upvotes: 3

Related Questions