Skip to content
Snippets Groups Projects
Commit 3376b2ac authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

SL-821: Another Objective-C++ magic incantation from BugSplat support.

parent c9898f1b
No related branches found
No related tags found
No related merge requests found
...@@ -76,6 +76,7 @@ ...@@ -76,6 +76,7 @@
// https://www.bugsplat.com/docs/platforms/os-x#initialization // https://www.bugsplat.com/docs/platforms/os-x#initialization
// [BugsplatStartupManager sharedManager].autoSubmitCrashReport = YES; // [BugsplatStartupManager sharedManager].autoSubmitCrashReport = YES;
// [BugsplatStartupManager sharedManager].askUserDetails = NO; // [BugsplatStartupManager sharedManager].askUserDetails = NO;
[BugsplatStartupManager sharedManager].delegate = self;
[[BugsplatStartupManager sharedManager] start]; [[BugsplatStartupManager sharedManager] start];
#endif #endif
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment