Add an option to crash a sample app to test crash reporter plugin
Summary: As per the title Reviewed By: jknoxville Differential Revision: D14168217 fbshipit-source-id: c138a4d5c3258f094436a2b09fd18130539a866c
This commit is contained in:
committed by
Facebook Github Bot
parent
5fff501d26
commit
c073aad801
@@ -55,4 +55,9 @@
|
||||
[self.navigationController pushViewController:communicationDemoViewController animated:true];
|
||||
}
|
||||
|
||||
- (IBAction)tappedCauseCrash:(UIButton *)sender {
|
||||
NSArray *arr = @[];
|
||||
[arr objectAtIndex:10];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user