Make it clearer what the save_crashes setting in [Startup] actually does.
parent
2f5995f5c0
commit
835352aee9
|
@ -39,6 +39,9 @@
|
|||
;# {save_crashes} {} {Save crashes to disk?} {true false} false
|
||||
;; Set this to true if you want to log crashes to disk
|
||||
;; this can be useful when submitting bug reports.
|
||||
;; However, this will only log crashes within OpenSimulator that cause the entire program to exit
|
||||
;; It will not log crashes caused by virtual machine failures, which includes mono and ODE failures.
|
||||
;; You will need to capture these native stack traces by recording the session log itself.
|
||||
; save_crashes = false
|
||||
|
||||
;# {crash_dir} {save_crashes:true} {Directory to save crashes to?} {} crashes
|
||||
|
|
|
@ -5,6 +5,9 @@
|
|||
[Startup]
|
||||
; Set this to true if you want to log crashes to disk
|
||||
; this can be useful when submitting bug reports.
|
||||
; However, this will only log crashes within OpenSimulator that cause the entire program to exit
|
||||
; It will not log crashes caused by virtual machine failures, which includes mono and ODE failures.
|
||||
; You will need to capture these native stack traces by recording the session log itself.
|
||||
save_crashes = false
|
||||
|
||||
; Directory to save crashes to if above is enabled
|
||||
|
|
Loading…
Reference in New Issue