testing crash
This commit is contained in:
@@ -42,6 +42,11 @@ NSThread* lock_thread;
|
||||
std::recursive_mutex lock_mutex;
|
||||
|
||||
@implementation GameViewController
|
||||
- (void)crash
|
||||
{
|
||||
AppDelegate* app = (AppDelegate*)[[UIApplication sharedApplication] delegate];
|
||||
[app hockeyapp_crash];
|
||||
}
|
||||
- (void)async_lock
|
||||
{
|
||||
lock_mutex.lock();
|
||||
|
||||
Reference in New Issue
Block a user