Firebase 分析记录事件 returns 错误
Firebase analytics Logging event returns error
我在我的应用程序中集成了 Firebase Analytics 并启用了 logcat。发送日志事件时,我收到以下消息:
09-16 12:29:52.254 7233-7264 D/FA: Logging event (FE): add_payment_info, Bundle[{achievement_id=112, _o=app}]
09-16 12:29:52.255 7233-7264 V/FA: Using measurement service
09-16 12:29:52.255 7233-7264 V/FA: Connecting to remote service
09-16 12:29:52.259 7233-7264 V/FA: Activity paused, time: 44850636
09-16 12:29:52.282 7233-7264 D/FA: Connected to remote service
09-16 12:29:52.282 7233-7264 V/FA: Processing queued up service tasks: 1
09-16 12:29:53.259 7233-7264 D/FA: Application backgrounded. Logging engagement
09-16 12:29:53.263 7233-7264 D/FA: Logging event (FE): _e, Bundle[{_o=auto, _et=1853}]
09-16 12:29:58.271 7233-7264 V/FA: Inactivity, disconnecting from AppMeasurementService
根据这个问题:Firbase analytics are not apearing in the dashboard,我认为这一行“Logging event (FE): _e, Bundle[{_o=auto, _et=1853}]
”表示事件没有成功记录。如何让它发挥作用?谢谢
关闭此问题:这不是错误日志。部署几个小时后,日志信息出现了。
我在我的应用程序中集成了 Firebase Analytics 并启用了 logcat。发送日志事件时,我收到以下消息:
09-16 12:29:52.254 7233-7264 D/FA: Logging event (FE): add_payment_info, Bundle[{achievement_id=112, _o=app}]
09-16 12:29:52.255 7233-7264 V/FA: Using measurement service
09-16 12:29:52.255 7233-7264 V/FA: Connecting to remote service
09-16 12:29:52.259 7233-7264 V/FA: Activity paused, time: 44850636
09-16 12:29:52.282 7233-7264 D/FA: Connected to remote service
09-16 12:29:52.282 7233-7264 V/FA: Processing queued up service tasks: 1
09-16 12:29:53.259 7233-7264 D/FA: Application backgrounded. Logging engagement
09-16 12:29:53.263 7233-7264 D/FA: Logging event (FE): _e, Bundle[{_o=auto, _et=1853}]
09-16 12:29:58.271 7233-7264 V/FA: Inactivity, disconnecting from AppMeasurementService
根据这个问题:Firbase analytics are not apearing in the dashboard,我认为这一行“Logging event (FE): _e, Bundle[{_o=auto, _et=1853}]
”表示事件没有成功记录。如何让它发挥作用?谢谢
关闭此问题:这不是错误日志。部署几个小时后,日志信息出现了。