Daily iOS
Performance and debuggingTencent

Building an in-app hang monitor

You want to add a feature to your in-house APM that captures a stack whenever the main thread stalls past a threshold. How would you detect jank from inside the app?

Submit