diff options
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index b689f88..59088c4 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -5,6 +5,9 @@ | |||
5 | [Startup] | 5 | [Startup] |
6 | ; Set this to true if you want to log crashes to disk | 6 | ; Set this to true if you want to log crashes to disk |
7 | ; this can be useful when submitting bug reports. | 7 | ; this can be useful when submitting bug reports. |
8 | ; However, this will only log crashes within OpenSimulator that cause the entire program to exit | ||
9 | ; It will not log crashes caused by virtual machine failures, which includes mono and ODE failures. | ||
10 | ; You will need to capture these native stack traces by recording the session log itself. | ||
8 | save_crashes = false | 11 | save_crashes = false |
9 | 12 | ||
10 | ; Directory to save crashes to if above is enabled | 13 | ; Directory to save crashes to if above is enabled |