From Waze-

We need a way how validate on both platforms:
1. FPS
2. Memory consumption

On Android we can use adb for that, but with iOS we haven't such ability.
So question:

- do you have some API which allow to get such information from iOS devices runtime?

- if not, looks like we need to be sure that Appium started with enabled:
“appium --allow-insecure=perf_record” or
“appium --relaxed-security”
- any alternatives for fps tracking?

Comments