diff options
| author | Oz Linden <oz@lindenlab.com> | 2016-04-13 14:41:38 -0400 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2016-04-13 14:41:38 -0400 | 
| commit | 57488bc3812d9d308cc9e869c2088ba8212bc851 (patch) | |
| tree | a21b2bd959072abd3ac270849570297b6db82ff9 /indra/mac_crash_logger | |
| parent | ed38b5c9235b35cc4aa7448be2897c5fffbc684e (diff) | |
add logging around crash reporting, with minor code cleanups
Diffstat (limited to 'indra/mac_crash_logger')
| -rw-r--r-- | indra/mac_crash_logger/mac_crash_logger.cpp | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/indra/mac_crash_logger/mac_crash_logger.cpp b/indra/mac_crash_logger/mac_crash_logger.cpp index 72f4ede999..95d4e65207 100644 --- a/indra/mac_crash_logger/mac_crash_logger.cpp +++ b/indra/mac_crash_logger/mac_crash_logger.cpp @@ -45,11 +45,6 @@ int main(int argc, char **argv)  		return 1;  	} -    if (!(options.has("pid") && options.has("dumpdir"))) -    { -        LL_WARNS() << "Insufficient parameters to crash report." << llendl; -    } -      if (app.getCrashBehavior() != CRASH_BEHAVIOR_ALWAYS_SEND)      {  //        return NSApplicationMain(argc, (const char **)argv); | 
