Reputation: 6093
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
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