Changeset 5186

Show
Ignore:
Timestamp:
01/21/08 04:04:50 (7 months ago)
Author:
morris
Message:

Don't crash if unable to log exception

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredAdditions/trunk/WIExceptionHandler.m

    r5010 r5186  
    7777        } 
    7878         
    79         if(i == 0) { 
    80                 NSLog(@"*** %@: Unable to log backtrace, crashing", [self class]); 
    81  
    82                 *((char *) 0) = 0; 
    83         } 
     79        if(i == 0) 
     80                NSLog(@"*** %@: Unable to log backtrace", [self class]); 
    8481         
    8582        return NO;