Version 2.0
- 说明
- 最后更新: 2017年7月11日 09:05, 星期二
- 日期:2017年7月01日 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
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.