diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-03-24 19:25:48 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-03-24 19:25:48 +0200 |
commit | 672fa8002dbc5d90f827648b7f72b0f766ee2a58 (patch) | |
tree | 40d17f621304f7c0ae28f2850c7824cd088dbe1a /indra/newview/llappviewermacosx-for-objc.h | |
parent | ad3b60445eb25b1c8786dddd3056a192f6630156 (diff) |
SL-1431 settings_per_account.xml file should be attached to crashreport
Diffstat (limited to 'indra/newview/llappviewermacosx-for-objc.h')
-rw-r--r-- | indra/newview/llappviewermacosx-for-objc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewermacosx-for-objc.h b/indra/newview/llappviewermacosx-for-objc.h index 37e8a3917a..79c3efff91 100644 --- a/indra/newview/llappviewermacosx-for-objc.h +++ b/indra/newview/llappviewermacosx-for-objc.h @@ -41,6 +41,7 @@ struct CrashMetadata { std::string logFilePathname; std::string userSettingsPathname; + std::string accountSettingsPathname; std::string staticDebugPathname; std::string OSInfo; std::string agentFullname; |