my iPad app was working fine, I left it in the field for testing, but now is crashing[when saving?] this is the crash log,
I currently have an App that is on the Mac App Store that a couple people have reported instability with. I was able to reproduce the crashes and fix the proble开发者_运维问答m, but what concerned me
This is odd, and is only happening with one application that Im developing. Im using XCode 4.0 and other apps do symbolicate correctly for me. It happens when I receive crash logs from multiple tester
In order to get my feet wet with Android development, I thought I\'d hire a guy to lay the foundation of a simple app for me, then I would try and take it from there. So far it\'s worked really well.
What would be the best way to implement crash reporting in a cross-platform app in c++ (windows, mac, linux)? Looked into google breakpad, but spent a few weeks trying to make socorro (UI) work to no
We have a web app built on Jboss that has been in production for several years; for the last 18 months it has never gone down.However, in the last two days, the jvm has crashed 4 times.
Can anyone help in analysing this crash issue? The program did receive memory warning when webview was opened.
I want to read crash fil开发者_如何学JAVAes programmatically. How can I do this? I am allowed to do this? Will my application be rejected if I do this?
My Application is for jailbroken devices. It compiles and works fine in general in the iOS simulator but it crashes instantly the moment I open it in my device. Again, it\'s a Jailbroken app so I can\
I encountered a crash in my app. It\'s not 100% reproduce rate crash. From the crash log and dSYM, I can get t开发者_开发知识库he point where the crash happened in the line of some cpp file. But most