breakline
breakline

Reputation: 6093

Android+FireBase Analytics 9.4.0 does not work at all

has anyone successfully used FireBase 9.4.0 in an Android project? I don't get any events, any sessions, nothing when I updated.

Upvotes: 0

Views: 99

Answers (1)

h_patel
h_patel

Reputation: 744

try this to get events :

adb shell setprop log.tag.FA VERBOSE
adb shell setprop log.tag.FA-SVC VERBOSE
adb logcat -v time -s FA FA-SVC

Upvotes: 1

Related Questions