linux_crash_logger.cpp

Go to the documentation of this file.
00001 
00032 #include "llcrashloggerlinux.h"
00033 
00034 int main(int argc, char **argv)
00035 {
00036         LLCrashLoggerLinux app;
00037         app.parseCommandOptions(argc, argv);
00038         app.init();
00039         app.mainLoop();
00040         app.cleanup();
00041         return 0;
00042 }
00043 
00044 

Generated on Fri May 16 08:31:53 2008 for SecondLife by  doxygen 1.5.5