- Timestamp:
- Apr 18, 2011, 9:33:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/mac_osx/src/external/cmcrashreporter/CMCrashReporter.m
r8259 r8260 40 40 return array; 41 41 } else { 42 // Tiger Form et is AppName.crash.log42 // Tiger Format is AppName.crash.log 43 43 NSString *path = [[NSString stringWithFormat:@"~/Library/Logs/CrashReporter/%@.crash.log",[CMCrashReporterGlobal appName]] stringByExpandingTildeInPath]; 44 44 if ([fileManager fileExistsAtPath:path]) return [NSArray arrayWithObject:path];
Note: See TracChangeset
for help on using the changeset viewer.