39 NSLog(
@"Uncaught exception: %@, %@", exception.name, exception.reason);
40 NSLog(
@"Stack Trace: %@", [exception callStackSymbols]);
46- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
50 NSDateFormatter *formatter = [[NSDateFormatter alloc] init];
51 formatter.dateFormat =
@"yyyy-MM-dd 'at' HH:mm:ss";
52 NSString *currentDateTime = [formatter stringFromDate:[NSDate date]];
55 os_log(OS_LOG_DEFAULT,
"XNU Image Fuzzer Version Rendering at %@", currentDateTime);
58 self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
61 [
self transitionToFuzzedImagesViewController];