Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在我们的 iOS 应用程序中收集未捕获的异常,并试图象征回溯。不幸的是,我捕获的不是 xcode 期望的崩溃报告的标准格式,所以我试图自己从符号文件中解码符号。我正在尝试研究符号文件的格式,以便实现这一点。任何指针?
Gwynne Raskind 有足够的信息来阻止你这样做。您应该真正使用现有解决方案之一。
如果你还是决定这样做,祝你好运。