Hacker News new | ask | show | jobs
by saagarjha 2069 days ago
Can you talk more about how something like the app launch tool works? Does it hook execution early in process startup or something?
1 comments

Yes it hooks early on in the process startup to start measuring the time that the OS take to launch the app, as well as the app launch itself. And it stops at the end of first run loop when the first screen starts accepting touch events. It's slightly different between iOS and Android though