Last documentation updates

This commit is contained in:
Andreas Linde
2012-08-13 14:06:26 +02:00
parent d475221814
commit 6fb1a432cb
2 changed files with 8 additions and 1 deletions

View File

@@ -175,6 +175,9 @@ static NSString *kBITCrashManagerStatus = @"BITCrashManagerStatus";
report has been sent to the server or if you want to do any other actions like
cleaning up some cache data etc.
Note that sending a crash reports starts as early as 1.5 seconds after the application
did finish launching!
The `BITCrashManagerDelegate` protocol provides some delegates to inform if sending
a crash report was finished successfully, ended in error or was cancelled by the user.