T开发者_运维问答his is the part of the crash log I am interested in: 1TEST_iPhone_App0x00043ff2 -[TSClassName methodName] (TSClassName.m:86)
MiniDump is a great feature for debugging crashes on Windows, especially because it is small, so it can be sent via crash reports. (Window Error Reporting).
I am trying to open a previous designed composit which was previously opening correcly with gwt designer but I am ending with the following error
We\'re using Fogbugz for tracking issues and I am in the middle of writing a C++ wrapper around the XML API for Fogbugz.
There are a few related questions on SO - but have not found the answer - I would like to generate a \"signature\"/bucket id to report a minidump/crash back to our issue tracking system.Since MS alre
I am looking into implementing a simple crash report on my application that will ask the user if he wants or not to send the crash log to us.
I\'m integrating plCrashReporter into one of my apps to add crash reporting functionality. Essentially, if I detect a crash I gather the crash report as NSData...
I\'m trying to include plCrashReporter in my iPhone app using the code found here: http://plcrashreport开发者_运维问答er.googlecode.com/svn/tags/plcrashreporter-1.0/Documentation/API/example_usage_ip
I just released my new App iBeat, which worked fine for me and my friends before release. Now appearently many customers get the same crash, that is always happening at a similar stage.
I have an app that only crashes for one of my tester’s - no one else’s.But it crashes consistently for her.It’s very odd.