Add ability to add a description to a crash report

This commit is contained in:
Lukas Spieß
2014-04-22 17:52:14 +02:00
parent 91698b85a3
commit d22fb02ec2
2 changed files with 21 additions and 8 deletions

View File

@@ -265,7 +265,7 @@ typedef NS_ENUM(NSUInteger, BITCrashManagerUserInput) {
@return BOOl if the input is a valid option
@see BITCrashManagerUserInput
*/
- (BOOL)handleUserInput:(BITCrashManagerUserInput)userInput;
- (BOOL)handleUserInput:(BITCrashManagerUserInput)userInput withCrashMetaDescription:metaDescription;
/**
Provides the time between startup and crash in seconds