File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ The symbol_extractor will automatically demangle C++ symbols, for demangling of
77from [ www.swift.org ] is needed. It can be downloaded as tarball (the Debian tarball can be found over here, for example:
88[ https://www.swift.org/install/linux/debian/12/ ] ). Just extract it to some directory.
99
10- Note: Since only two files of the DSK are needed, you can copy ` /usr/bin/swift-demangle ` and ` /usr/lib/swift/linux/libswiftCore.so `
10+ Note: Since only two files of the SDK are needed, you can copy ` /usr/bin/swift-demangle ` and ` /usr/lib/swift/linux/libswiftCore.so `
1111into the directory, your ` symbol_extractor ` binary resides in and delete the rest of the SDK to save disk space.
1212
1313## Compilation
@@ -34,6 +34,9 @@ If the symbols database is present and symbols for the iOS version of the crash
3434the Crash Analyzer will automatically resymbolicate all ` <redacted> ` symbols.
3535It will inform you with a dialog box, if resymbolication wasn't possible for all ` <redacted> ` symbols.
3636
37+ The release of the Crash Analyzer downloadable on the GitHub releases page comes with a prepackaged ` symbols.db `
38+ containing symbols for some iOS versions.
39+
3740## Symbolicator
3841The ` symbolicator.py ` is a small script essentially doing the same as the Crash Analyzer.
3942It can be used to do a stand-alone resymbolication of a ` *.crash ` file, if it is also presented with a ` *.json ` and ` symbols.db ` file.
You can’t perform that action at this time.
0 commit comments