'Ionic - run performance tests directly on device

I am developing an ionic 1 app designed to run on a specific android device.

I cannot find a way to easily get performance metrics (memory usage, cpu, fps, etc.) from that device ?

All performance tools I found (browser-perf, PerfJankie, etc.) seem to require emulators, which I don't use. I test the app in my browser (with ionic serve) and then directly on the device (with ionic cordova run android --device). It's important for me to have the performance stats from that specific device.

Thanks !



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source