testing crash

This commit is contained in:
2018-11-30 14:27:11 +01:00
parent d0919862da
commit 829e8c0b62
12 changed files with 40 additions and 4 deletions

View File

@@ -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();