11 Commits

Author SHA1 Message Date
Andreas Linde
d0df4c2825 Move the crash reporting protocol into its own header file 2012-07-03 17:37:01 +02:00
Andreas Linde
2cf10b0db0 Add property which tells after which time interval since app startup the crash happened
This is absolute time, not the sum of session times! This can be used to detect crashes on startup and defer app initialization after the crash report has been send by also using the new delegates for networking operations
2012-07-03 17:32:14 +02:00
Andreas Linde
b7906b7976 Add delegates for crash reporting networking operations 2012-07-03 17:23:40 +02:00
Andreas Linde
7cc52cf4b9 Use a local NSFileManager insead of the defaultManager singleton, which is not thread safe. 2012-03-24 00:16:58 +01:00
Andreas Linde
7705382f6b Remove autoSubmitting UDID with crash reports and add # DONT_SEND_UDID macro for disabling usage of UDID
By default DONT_SEND_UDID is set to 0, so UDID data will be send for beta usage. The developers should set it to 1 in their project settings for AppStore configurations
2012-03-23 21:20:37 +01:00
Andreas Linde
ac1ac09411 Some more 2 space indentation fixes 2011-12-13 18:30:27 +01:00
Andreas Linde
20dc818137 Add new delegate which fires when the user selected "Send Always" in the alert 2011-12-07 15:49:30 +01:00
Andreas Linde
6c0f91937a Added optional logging for debugging help
Activate using [[BWQuincyManager sharedQuincyManager] setLoggingEnabled:YES];
2011-12-07 15:46:43 +01:00
Thomas Dohmke
d444c177df Changed indentation to 2 spaces for all files. 2011-12-05 16:07:59 +01:00
Thomas Dohmke
3ce0f19bf2 Merged with QuincyKit 2.1 branch. 2011-11-08 12:00:49 +01:00
Thomas Dohmke
dddc200f9b Initial revision with new CNSHockeyManager. 2011-11-03 20:32:15 +01:00