如何从 UncaughtExceptionHandler 调用方法?我有这个...
void onUncaughtException(NSException *exception)
{
NSLog(@"uncaught exception: %@", exception.description);
[self playerLoggedOut];
}
但这给了我一个错误[self playerLoggedOut];
如何从 UncaughtExceptionHandler 调用方法?我有这个...
void onUncaughtException(NSException *exception)
{
NSLog(@"uncaught exception: %@", exception.description);
[self playerLoggedOut];
}
但这给了我一个错误[self playerLoggedOut];