Finding where the main thread is blocked
After a certain action the app freezes completely (no input response). Which of these are valid ways to find where the main thread is blocked? Select all that apply.
Pick all that apply
Finding where the main thread is blocked
After a certain action the app freezes completely (no input response). Which of these are valid ways to find where the main thread is blocked? Select all that apply.
Pick all that apply
Performance and debuggingShort answerAdvanced
Users report that a certain screen occasionally freezes for about a second, but you can't…
#hang #main-thread
Performance and debuggingShort answerAdvanced
You want to add a feature to your in-house APM that captures a stack whenever the main th…
#hang #main-thread
Performance and debuggingShort answerBasics
Reviews of your shipped iOS app say it occasionally stops responding to touch for a few s…
#hang #main-thread
ConcurrencyShort answerAdvanced
QA reports that the app sometimes freezes completely with no crash log. If you suspect a …
#deadlock #debugging