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 Crash Follower),用于在应用程序崩溃时查找崩溃地址或获取调用堆栈中最后调用的函数?
有了这个功能,我们可以很方便的找到应用程序崩溃的地方,然后在控制台上显示崩溃信息,或者它可以收集崩溃信息,然后在移动网络工作时反馈给我们。
有人知道吗?
试试 BugHD,iOS OSX 和 Android 都支持,有非常详细的崩溃报告。