mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 13:15:44 +08:00
Make it clearer what the save_crashes setting in [Startup] actually does.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user