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

MacOSX/Framework/VLCExceptionHandler.m: Minor adjustement of the Exception window.

parent cda75f49
...@@ -46,8 +46,8 @@ ...@@ -46,8 +46,8 @@
- (BOOL)exceptionHandler:(NSExceptionHandler *)sender shouldLogException:(NSException *)exception mask:(unsigned int)aMask - (BOOL)exceptionHandler:(NSExceptionHandler *)sender shouldLogException:(NSException *)exception mask:(unsigned int)aMask
{ {
[self printStackTrace:exception]; [self printStackTrace:exception];
NSRunCriticalAlertPanel(@"Not handled exception", NSRunCriticalAlertPanel(@"Exception not handled!",
[NSString stringWithFormat:@"%@:%@\n\nBack trace has been printed to Console.\nWe will now wait for debugger connection...\n", [NSString stringWithFormat:@"%@: %@\n\nBack trace has been printed to Console.\n\nWe will now wait for debugger connection...\n",
[exception name], [exception reason]], [exception name], [exception reason]],
@"Wait Debugger", nil, nil); @"Wait Debugger", nil, nil);
return YES; 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