Add GSExceptionStackTrace user default setting

This commit is contained in:
Richard Frith-Macdonald 2018-06-12 16:43:15 +01:00
parent 62511eeca2
commit 3b1324d73d
5 changed files with 36 additions and 2 deletions

View file

@ -257,6 +257,7 @@ typedef enum {
GSLogThread, // Include thread name in log message.
GSLogOffset, // Include time zone offset in message.
NSWriteOldStylePropertyLists, // Control PList output.
GSExceptionStackTrace, // Add trace to exception description.
GSUserDefaultMaxFlag // End marker.
} GSUserDefaultFlagType;