diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-03-10 20:28:00 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-03-12 00:25:53 +0200 |
| commit | 4076208a72dbcb36adbdfcca86a9fbcc12d2bda3 (patch) | |
| tree | e2a829944fbb0ee2c58b0bee05fc3e7113fb07a6 /indra/newview/llappviewer.h | |
| parent | 9505e14efe65f426ebf4cf85ad4b876c20d0be64 (diff) | |
SL-14961 Bugsplat logging
Diffstat (limited to 'indra/newview/llappviewer.h')
| -rw-r--r-- | indra/newview/llappviewer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.h b/indra/newview/llappviewer.h index 5332fe2deb..6db45583eb 100644 --- a/indra/newview/llappviewer.h +++ b/indra/newview/llappviewer.h @@ -150,6 +150,8 @@ public: virtual void forceErrorInfiniteLoop(); virtual void forceErrorSoftwareException(); virtual void forceErrorDriverCrash(); + virtual void forceErrorCoroutineCrash(); + virtual void forceErrorThreadCrash(); // The list is found in app_settings/settings_files.xml // but since they are used explicitly in code, |
