diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-01-11 20:23:52 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-01-11 20:41:44 +0200 |
commit | b3f0b0d955c7141a0cbe6852eeae36ba4b2eaa89 (patch) | |
tree | e80ba6f09c25e32375ba8561f13751cf4fd6e53a /indra/llvfs/lldir.h | |
parent | 03921adb1211c6def0ce5c791e2455643142a92a (diff) |
SL-1028 Do not create dump folder for bugsplat based viewers
Diffstat (limited to 'indra/llvfs/lldir.h')
-rw-r--r-- | indra/llvfs/lldir.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llvfs/lldir.h b/indra/llvfs/lldir.h index 38e204ef04..9c8a1b1da8 100644 --- a/indra/llvfs/lldir.h +++ b/indra/llvfs/lldir.h @@ -95,6 +95,7 @@ class LLDir const std::string &getLindenUserDir() const; // Location of the Linden user dir. const std::string &getChatLogsDir() const; // Location of the chat logs dir. const std::string &getDumpDir() const; // Location of the per-run dump dir. + bool dumpDirExists() const; const std::string &getPerAccountChatLogsDir() const; // Location of the per account chat logs dir. const std::string &getTempDir() const; // Common temporary directory const std::string getCacheDir(bool get_default = false) const; // Location of the cache. |