I am using Log4Net for logging in an application I\'ve written. For writing to the log file, I use a RollingFileAppender with 5 backups and a max filesize of 250KB.
I received the first crash report but I am not able to get what is the problem. Fortunately, since this crash came from a colleague of mine, I can test the error directly on his iPhone and install a d
I want to use ACRA in my app for crash reporting. I have used it earlier in other app. My app doesn\'t have nay activi开发者_如何学Goty and is just a service. I want to have crash reports for service.
There is a similar question about symbolicating a .crash file here.However this question does not cover how to easily symbolicate in Xcode 4.
I was beta-testing my iPhone App (not through xcode), and the app crashed. I plugged it into itunes to read the crash log, but it provides NO INFORMATION at all.
This crash log is from a customer using my iPad app. There are only two lines in the crash log which point to my app - Thread 0 line 19 & 20.
I am attempting to bui开发者_开发百科ld google-breakpad and I am getting the error File \"C:\\google-breakpad\\src\\tools\\gyp\\pylib\\gyp\\generator\\msvs.py\", line 907, in _GetPathDict
When I attach an unrecognized iPhone to Xcode, it downloads some information from it. (I believe this includes debugging information.) Where does it store thi开发者_开发百科s information on my Mac\'s
A coworker handed me an iPhone that crashed in the middle of our app running. The crash report credits the crash to mc_mobile_tunnel rather than our application.
So I have an app that is live in the app store that I\'ve modified to send back crash reports. This has helped me get rid of most of my bugs, but I\'m having hard time identifying this one. Below is a