简体   繁体   中英

Android - Firebase Performance does not measure screen performance for fragments

I have added Firebase Performance (v. 20.1.1) to my native single-activity Android app. From what I've read since 20.1.0 there is out-of-the-box support for measuring screen performance for fragments ( https://firebase.google.com/support/release-notes/android#performance_v20-1-0 ). In the console however I only see data for my activity. I am using jetpack's navigation to handle fragments, but also tried making framgent transactions manually with the same result. Is there something else I need to do in order to see data for fragments? I followed this instruction https://firebase.google.com/docs/perf-mon/get-started-android?hl=en#kotlin+ktx 在此处输入图像描述

For those coming across this issue - reinstalling application after configuring Firebase Performance solved the problem

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM