ReSymbolicator
As a developer, you get to see all of the problems with your code. Sometimes those problems result in crash logs that just contain the un-symbolicated addresses. Trying to figure out where the crash occurred is difficult, making it more so is the fact that you have the record of the crash but no details — but you have the source code that built that version. What to do?
That's where ReSymbolicator comes to the rescue.
Now, as long as you can rebuild the application with debug symbols, ReSymbolicator can give you the idea where your code had problems. Unlike other symbolication tools, ReSymbolicator allows you to specify which debug symbols (dSYM) to use to symbolicate your crash logs.
Just open a crash log file in ReSymbolicator and it will take it from there.
- Détails
-
Mis à jour : mardi 11 juillet 2017 09:05
-
Publication : samedi 1 juillet 2017 08:00
- Re-written to support all Mach-O debug symbol formats directly within the application without requring Xcode tools
- Now supports crash logs from iOS, tvOS, watchOS, and macOS