Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 18, 2011, 9:33:05 PM (13 years ago)
Author:
youngk
Message:

Made the crash reporter work. More or less…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/mac_osx/src/external/cmcrashreporter/CMCrashReporter.m

    r8259 r8260  
    4040                return array;
    4141        } else {
    42                 // Tiger Formet is AppName.crash.log
     42                // Tiger Format is AppName.crash.log
    4343                NSString *path = [[NSString stringWithFormat:@"~/Library/Logs/CrashReporter/%@.crash.log",[CMCrashReporterGlobal appName]] stringByExpandingTildeInPath];
    4444                if ([fileManager fileExistsAtPath:path]) return [NSArray arrayWithObject:path];
Note: See TracChangeset for help on using the changeset viewer.