Commit fb3f9b25 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

MacOSX/Framework/VLCExceptionHandler.m: Log to the console the exception info and name.

parent a24d71df
......@@ -50,6 +50,7 @@
[NSString stringWithFormat:@"%@: %@\n\nBack trace has been printed to Console.\n\nWe will now wait for debugger connection...\n",
[exception name], [exception reason]],
@"Wait Debugger", nil, nil);
NSLog(@"*** Exception Handled! %@: %@", [exception name], [exception reason]);
return YES;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment