Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 18, 2011, 7:14:18 PM (13 years ago)
Author:
youngk
Message:

Integrating automatic crash reporter. Does not work atm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/mac_osx/src/OrxonoxMac.mm

    r8133 r8259  
    2828
    2929#import "OrxonoxMac.h"
     30#import <cmcrashreporter/CMCrashReporter.h>
    3031
    3132static int argc_s = 0;
     
    4647- (void)applicationDidFinishLaunching:(NSNotification *)notification
    4748{
     49    // This call initializes the crash reporter, which sends crash reports to the developers
     50    [CMCrashReporter check];
     51   
    4852    exit(main_mac(argc_s, argv_s));
    4953}
Note: See TracChangeset for help on using the changeset viewer.