crash-reports
iOS - Global exception handler
Is there anyway to implement a global except开发者_C百科ion handler for iPhone apps such that exceptions, instead of silently crashing the app, could allow for some sort of message?[详细]
2023-01-28 20:14 分类:问答iPhone - detecting crashes, prompting user to send crash log
Are there any libraries out there that would allow end 开发者_如何学Pythonusers to send crash reports to developers?[详细]
2023-01-28 11:31 分类:问答iPhone application crash on launch
We are receiving a crash log from iTunes connect that is a little strange. We were preivously having problems with our app taking to long to return from ApplicationDidFinishLaunching. This was cause[详细]
2023-01-27 21:49 分类:问答JOGL Native Crash
I am running a JOGL based application, and it has been crashing when I perform certain drawing operations. However, The line it crashes on is a call to gl.glGenLists(1), so I\'m not really sure how th[详细]
2023-01-26 02:24 分类:问答iPhone crash reports
I want to implement something like what four square do when the application crashes it sends out the crash report 开发者_开发知识库to their developers. But I really do not know how this is achieved. C[详细]
2023-01-24 02:28 分类:问答Help to Interpret Apple crash report
I can\'t reproduce the error I\'m getting in the Apple crash reports. I have 4 apps using the same codebase already approved and now I have had 2 rejected with the same errors that I have never come a[详细]
2023-01-23 03:20 分类:问答Iphone Crash log not symbolicating UIKit calls
Has anyone ever seen a crash log like this before where the UIKit and other system libraries do not get symbolicated? One of our apps is having an issue with crashing on[详细]
2023-01-21 03:30 分类:问答Capture segmentation fault backtraces from Ruby and Resque on Linux
We\'re running Ruby workers across a large number of machines using Resque. Every once in a while, we see segmentation faults in our Resque worker processes. It\'s hard to debug these, because they\'r[详细]
2023-01-20 23:42 分类:问答How to get iPhone crash log from customers?
Does anyone knows how to get crash logs from customers? Instead of manually asking them to sync and go to this d开发者_StackOverflow社区irectory and this directory and send it.[详细]
2023-01-18 06:01 分类:问答How do use a Crash Report from Apple in xCode?
I have received a Crash Report from Apple (joy). I understand I can symbolize this report in order to see what is crashing in my code. I understand I need the dSYM and build binary to do this.[详细]
2023-01-17 20:02 分类:问答