is there a way to find out what is blocking the main thread's run loop in an iOS App, e.g. find all functions that the run loop calls that take longer than 0.1 secs to complete?
Regards, Jochen
is there a way to find out what is blocking the main thread's run loop in an iOS App, e.g. find all functions that the run loop calls that take longer than 0.1 secs to complete?
Regards, Jochen
Copyright © 2021 Jogjafile Inc.
Have you tried profiling via Shark?