Depending on whether the symbols were included in the binary of an application or whether .dSYM files could be located at the time of the crash, functions in the backtraces of a report may be presented by their names or only as addresses. The stack frames may also include the file names and line numbers containing the code.
If those pieces of informations could not be retrieved at the time of the crash, it is still possible to obtain them as long as you have access to the .dSYM files for the binary, frameworks or plugins. This is what the symbolication process does in Unexpectedly.
By default, Unexpectedly will perform the symbolication process for all reports, even those that already contain the function names, file names and line numbers. If you want to disable the symbolication process, use the Symbolication Preferences Pane.
To symbolicate a report, Unexpectedly proceeds as follows:
Description forthcoming
If Unexpectedly was able to find the source file for the stack frame and if the source file is available on the computer at the referenced path, then the source file name will be underlined.
1 | Click the underlined source file name. |
Unexpectedly will open the source file with the application defined in the General Preferences pane. |
Description forthcoming
Description Forthcoming.
If Unexpectedly was able to find the source file for the stack frame and if the source file is available on the computer at the referenced path, then the source file name will have a follow link button on its right.
1 | Click the follow link button on the right of the source file name. |
Unexpectedly will open the source file with the application defined in the General Preferences pane. |
Revision History | ||
|