Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is thread 0 always the main thread in an iOS crash report?

Is thread 0 always the main thread in an iOS crash report? If not how can I determine which thread is the main thread in an ios crash report. (This is for the cases when you cannot see the thread name in the crash report.)

like image 839
Andrew Paul Simmons Avatar asked Aug 15 '16 19:08

Andrew Paul Simmons


1 Answers

Yes.

Here is a great read courtesy of Apple on how to decipher the terminology they use in the crash report.

like image 149
CodeBender Avatar answered Sep 18 '22 13:09

CodeBender