Provide a delegate method to disable crash reporting instead of using a property

This commit is contained in:
Andreas Linde
2012-07-22 21:42:28 +02:00
parent 141d9e5890
commit 93bd10ced5
3 changed files with 24 additions and 10 deletions

View File

@@ -95,7 +95,7 @@ typedef enum BITCrashStatus {
NSFileManager *_fileManager;
BOOL _crashIdenticalCurrentVersion;
BOOL _crashReportActivated;
BOOL _crashReportDisabled;
NSMutableArray *_crashFiles;