Performance and debuggingAppleinterview report
Crash log symbolication
A user sends you a crash log and it only has hex addresses instead of function names. What do you need to make it readable?
Crash log symbolication
A user sends you a crash log and it only has hex addresses instead of function names. What do you need to make it readable?
Performance and debuggingShort answerExpert
You can't use third-party SDKs, so you have to design your own crash log collection. How …
#dsym #symbolication
Performance and debuggingShort answerBasics
Reviews of a secondhand marketplace app keep saying "it gets slow and then closes." How d…
#crash #symbolication
Performance and debuggingShort answerBasics
You get an alert that crashes spiked in the version you shipped yesterday. What do you do…
#crash
Performance and debuggingMultiple choiceBasics
A crash report shows EXC_BREAKPOINT (SIGTRAP). In a Swift app, which of these situations …
#crash