You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/symsorter/README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,14 @@
1
1
# SymSorter
2
2
3
3
A small utility that takes a folder structure of debug information files
4
-
(currently mostly useful for apple and linux) and writes them into a folder
5
-
structure that symbolicator can work with as a symbol source. The structure
6
-
used is the `unified` format that the symbolicator also supports.
4
+
(mostly useful for Apple, Linux and Nintendo Switch and PlayStation)
5
+
and writes them into a folder structure that symbolicator can work with as a symbol source.
6
+
The structure used is the `unified` format that the symbolicator also supports.
7
7
8
8
## Compiling
9
9
10
-
SymSorter is not distributed precompiled so you need to compile it yourself:
10
+
SymSorter is distributed via [GitHub Releases](https://github.com/getsentry/symbolicator/edit/66e8ee418ae8e0074fb5b92d65e3ea873d98f97d/crates/symsorter/README.md),
0 commit comments