简体   繁体   中英

Does Firebase capture Memory and CPU utilisation of the App?

I analyze the memory and CPU utilization of my app from the terminal using the below commands

adb shell dumpsys cpuinfo
adb shell dumpsys meminfo com.company.packageName

The above approach is manual and looking to explore if FireBase addresses it?

Firebase Performance does capture this information. More details here

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