Skip to content

Commit 7a7fd91

Browse files
Improve symbol extractor readme
1 parent 454c91d commit 7a7fd91

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tools/symbol_extractor/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The symbol_extractor will automatically demangle C++ symbols, for demangling of
77
from [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`
1111
into 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
3434
the Crash Analyzer will automatically resymbolicate all `<redacted>` symbols.
3535
It 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
3841
The `symbolicator.py` is a small script essentially doing the same as the Crash Analyzer.
3942
It 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.

0 commit comments

Comments
 (0)