I'm trying to learn how to understand crash logs better and am doing OK so far. I've noticed one part that wasn't explained in Diagnosing Issues Using Crash Reports and Device Logs. This is the + number value at the end of each part of the backtrace.
Here's an example:
6 UIKit 0x38bf3e7c -[UIViewController window:willAnimate:duration:] + 704
What does the + 704
refer to?
Much thanks
0x00003dce main (main.m:6)
(the :6 at the end of the filename) – Knute