'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 ?
Solution 1:[1]
Firebase Performance does capture this information. More details here
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Visu |
