diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-02-24 22:43:31 +0200 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-02-25 22:10:08 +0200 |
commit | 056dc00ebe07ba5994a51c7b4eb38d887d4b9355 (patch) | |
tree | 4e1fcdd3ad820048557d0eaeeeb158cbf7613ac2 /indra/newview/llappviewer.h | |
parent | 42e219fb0433e92b51dfbc8daad06044f41fa4c4 (diff) |
#3591 More test coverage for crashes
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 b4756eecd6..542379c828 100644 --- a/indra/newview/llappviewer.h +++ b/indra/newview/llappviewer.h @@ -175,6 +175,8 @@ public: virtual void forceErrorOSSpecificException(); virtual void forceErrorDriverCrash(); virtual void forceErrorCoroutineCrash(); + virtual void forceErrorCoroprocedureCrash(); + virtual void forceErrorWorkQueueCrash(); virtual void forceErrorThreadCrash(); // The list is found in app_settings/settings_files.xml |