summaryrefslogtreecommitdiff
path: root/indra/llvfs/lldir.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-01-11 20:23:52 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-01-11 20:41:44 +0200
commitb3f0b0d955c7141a0cbe6852eeae36ba4b2eaa89 (patch)
treee80ba6f09c25e32375ba8561f13751cf4fd6e53a /indra/llvfs/lldir.cpp
parent03921adb1211c6def0ce5c791e2455643142a92a (diff)
SL-1028 Do not create dump folder for bugsplat based viewers
Diffstat (limited to 'indra/llvfs/lldir.cpp')
-rw-r--r--indra/llvfs/lldir.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llvfs/lldir.cpp b/indra/llvfs/lldir.cpp
index 10fbc06c61..3072be285f 100644
--- a/indra/llvfs/lldir.cpp
+++ b/indra/llvfs/lldir.cpp
@@ -340,6 +340,11 @@ const std::string &LLDir::getDumpDir() const
return LLDir::sDumpDir;
}
+bool LLDir::dumpDirExists() const
+{
+ return !sDumpDir.empty();
+}
+
const std::string &LLDir::getPerAccountChatLogsDir() const
{
return mPerAccountChatLogsDir;