Diff of /linden_release/linden/indra/linux_crash_logger/llcrashloggerlinux.cpp
Parent Directory
|
Revision Log
|
Patch
| revision 99, Thu Mar 5 11:55:15 2009 UTC | revision 100, Thu Mar 12 12:37:11 2009 UTC | |
|---|---|---|
| # | Line 4 | Line 4 |
| 4 | * | * |
| 5 | * $LicenseInfo:firstyear=2003&license=viewergpl$ | * $LicenseInfo:firstyear=2003&license=viewergpl$ |
| 6 | * | * |
| 7 | * Copyright (c) 2003-2008, Linden Research, Inc. | * Copyright (c) 2003-2009, Linden Research, Inc. |
| 8 | * | * |
| 9 | * Second Life Viewer Source Code | * Second Life Viewer Source Code |
| 10 | * The source code in this file ("Source Code") is provided by Linden Lab | * The source code in this file ("Source Code") is provided by Linden Lab |
| # | Line 124 | Line 124 |
| 124 | ||
| 125 | bool LLCrashLoggerLinux::mainLoop() | bool LLCrashLoggerLinux::mainLoop() |
| 126 | { | { |
| 127 | if(!do_ask_dialog()) | bool send_logs = true; |
| 128 | if(CRASH_BEHAVIOR_ASK == getCrashBehavior()) | |
| 129 | { | { |
| 130 | return true; | send_logs = do_ask_dialog(); |
| 131 | } | |
| 132 | else if(CRASH_BEHAVIOR_NEVER_SEND == getCrashBehavior()) | |
| 133 | { | |
| 134 | send_logs = false; | |
| 135 | } | } |
| 136 | ||
| 137 | if(send_logs) | |
| 138 | { | |
| 139 | sendCrashLogs(); | sendCrashLogs(); |
| 140 | } | |
| 141 | return true; | return true; |
| 142 | } | } |
| 143 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

