mac_crash_logger.cpp

Go to the documentation of this file.
00001 
00032 #include "linden_common.h"
00033 
00034 #include "llcrashloggermac.h"
00035 
00036 int main(int argc, char **argv)
00037 {
00038         //time(&gLaunchTime);
00039         
00040         llinfos << "Starting Second Life Viewer Crash Reporter" << llendl;
00041 
00042         LLCrashLoggerMac app;
00043         app.parseCommandOptions(argc, argv);
00044         if(!app.init())
00045         {
00046                 return 0;
00047         }
00048         app.mainLoop();
00049                 
00050         return 0;
00051 }

Generated on Fri May 16 08:33:12 2008 for SecondLife by  doxygen 1.5.5