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.
应用程序崩溃:Bugsense 将此输出作为错误:libsystem_c.dylib at :749
以下是崩溃日志:
谢谢你的帮助。
749不是行号,而是libsystem_c.dylib框架中最后执行的代码的内存偏移量。
但这对您没有帮助,也不是导致崩溃的原因!崩溃大多不是由最上面的行引起的,有时也不是由崩溃的线程引起的。
您需要对崩溃报告进行符号化,然后特别查看在层次结构中调用的代码。