Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
XDG Integration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
JennaHuntsman
XDG Integration
Commits
863e7f22
Commit
863e7f22
authored
1 year ago
by
Nat Goodspeed
Committed by
marchcat-pe
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
SL-19744: Remove LLApp::startErrorThread() and references.
parent
27ee831e
No related branches found
Branches containing commit
No related tags found
2 merge requests
!3
Update to main branch
,
!2
Rebase onto current main branch
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
indra/llcommon/CMakeLists.txt
+0
-2
0 additions, 2 deletions
indra/llcommon/CMakeLists.txt
indra/llcommon/llapp.cpp
+0
-6
0 additions, 6 deletions
indra/llcommon/llapp.cpp
indra/llcommon/llapp.h
+2
-4
2 additions, 4 deletions
indra/llcommon/llapp.h
with
2 additions
and
12 deletions
indra/llcommon/CMakeLists.txt
+
0
−
2
View file @
863e7f22
...
...
@@ -39,7 +39,6 @@ set(llcommon_SOURCE_FILES
lldependencies.cpp
lldictionary.cpp
llerror.cpp
llerrorthread.cpp
llevent.cpp
lleventapi.cpp
lleventcoro.cpp
...
...
@@ -151,7 +150,6 @@ set(llcommon_HEADER_FILES
llendianswizzle.h
llerror.h
llerrorcontrol.h
llerrorthread.h
llevent.h
lleventapi.h
lleventcoro.h
...
...
This diff is collapsed.
Click to expand it.
indra/llcommon/llapp.cpp
+
0
−
6
View file @
863e7f22
...
...
@@ -374,12 +374,6 @@ void LLApp::setupErrorHandling(bool second_instance)
#endif // ! LL_BUGSPLAT
#endif // ! LL_WINDOWS
#ifdef LL_BUGSPLAT
// do not start our own error thread
#else // ! LL_BUGSPLAT
startErrorThread
();
#endif
}
void
LLApp
::
setErrorHandler
(
LLAppErrorHandler
handler
)
...
...
This diff is collapsed.
Click to expand it.
indra/llcommon/llapp.h
+
2
−
4
View file @
863e7f22
...
...
@@ -303,13 +303,11 @@ class LL_COMMON_API LLApp
void
stepFrame
();
private
:
void
startErrorThread
();
// Contains the filename of the minidump file after a crash.
char
mMinidumpPath
[
MAX_MINDUMP_PATH_LENGTH
];
std
::
string
mStaticDebugFileName
;
std
::
string
mDynamicDebugFileName
;
std
::
string
mStaticDebugFileName
;
std
::
string
mDynamicDebugFileName
;
// *NOTE: On Windows, we need a routine to reset the structured
// exception handler when some evil driver has taken it over for
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment