This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
eca62dcdf1cc174358c786dae34ff4eb65bbb00e
UnrealEngineUWP
/
Engine
/
Source
/
Programs
/
CrashReportClient
/
Private
History
Patrick Laflamme
8064fa38b0
Added temporary diagnostic code to CrashReportClient in hopt to narrow down why it suspiciouly die often.
...
#rb Jamie.Dale [CL 16640468 by Patrick Laflamme in ue5-main branch]
2021-06-11 08:51:14 -04:00
..
Linux
When capturing and reporting callstacks, use the return address of a failure instead of a count of stack frames to trim. The count approach was spread about in many places and fragile to maintain as code changed. This resulted in "noisy" callstacks with distracting boilerplate present like assert dispatch functions.
2021-03-02 07:48:13 -04:00
Mac
Remove UE3/UE4 references
2021-03-31 06:40:14 -04:00
Windows
Generalized the Editor analytics summary session system to be usable/extendable by other apps.
2021-05-13 21:58:20 -04:00
CrashReportAnalyticsSessionSummary.cpp
Added temporary diagnostic code to CrashReportClient in hopt to narrow down why it suspiciouly die often.
2021-06-11 08:51:14 -04:00
CrashReportAnalyticsSessionSummary.h
Added temporary diagnostic code to CrashReportClient in hopt to narrow down why it suspiciouly die often.
2021-06-11 08:51:14 -04:00
CrashReportClient.cpp
Fixed out-of-process crash reporting used for the Editor on Windows to prevent deadlocking on allocation.
2021-02-18 10:40:40 -04:00
CrashReportClient.h
Merging using //UE5/Main_to_//UE5/Release-Engine-Staging @14384769
2020-09-24 00:43:27 -04:00
CrashReportClientApp.cpp
Added temporary diagnostic code to CrashReportClient in hopt to narrow down why it suspiciouly die often.
2021-06-11 08:51:14 -04:00
CrashReportClientDefines.h
…
CrashReportClientStyle.cpp
…
CrashReportClientStyle.h
…
MainLoopTiming.cpp
…
MainLoopTiming.h
…
RecoveryService.cpp
Merge UE5/RES @ 16162155 to UE5/Main
2021-04-29 19:32:06 -04:00
RecoveryService.h
…
SCrashReportClient.cpp
adding the option to hide the 'submit and restart' crash reporter option for platforms that do not support it.
2021-06-10 09:59:32 -04:00
SCrashReportClient.h
…