Bug report: Support crash report

This commit is contained in:
manuroe
2017-04-28 14:37:29 +02:00
parent 117c53ed22
commit a918c67d33
4 changed files with 41 additions and 7 deletions
@@ -54,4 +54,10 @@
*/
@property (nonatomic) UIImage *screenshot;
/**
Option to report a crash.
The crash log will sent in the report.
*/
@property (nonatomic) BOOL reportCrash;
@end