Firebase Analytics upload delay

后端 未结 3 1250
隐瞒了意图╮
隐瞒了意图╮ 2020-12-31 13:25

Is there any way to increase Firebase Analytics upload rate for logged events on android? Currently it uploads them every hour and it is too slow for testing purposes.

3条回答
  •  萌比男神i
    2020-12-31 13:47

    There is currently no way to manually override these settings. However, we recognize the need to see your reporting more quickly and we hope to address this need soon.

    In the meantime, you can enable verbose debug output to verify that your events are indeed being logged and uploaded. Issue the following commands and then run your app and log events :

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

    Hope this helps,

    Steve Ganem

    Product Manager, Firebase Analytics

提交回复
热议问题