Robert Manuszewski
58bdf6fc20
Fixing wrong shared pch warning when building MiniDumpDiagnostics
...
[CL 2237064 by Robert Manuszewski in Main branch]
2014-07-30 11:10:30 -04:00
Robert Manuszewski
2e2bd9c196
Fixing CIS (MinidumpDiagnostics)
...
[CL 2235837 by Robert Manuszewski in Main branch]
2014-07-29 10:43:57 -04:00
Jaroslaw Surowiec
f267ef7e8d
CrashReport - Updated crash report database creation script, latest
...
[CL 2234648 by Jaroslaw Surowiec in Main branch]
2014-07-28 13:25:27 -04:00
Jaroslaw Surowiec
d415b27593
CrashReport - Updated crash report database creation script, merged from UE3
...
[CL 2234628 by Jaroslaw Surowiec in Main branch]
2014-07-28 13:20:25 -04:00
Marcus Wassmer
dfc7fdff68
Fix Rocket build.
...
#codereview gil.gribb
[CL 2226087 by Marcus Wassmer in Main branch]
2014-07-21 18:06:25 -04:00
Michael Trepka
ac834c4a36
Removed redundant setting of GUseCrashReportClient on Mac and some unused code from FMacPlatformMisc::SubmitErrorReport()
...
#codereview Mark.Satterthwaite
[CL 2223750 by Michael Trepka in Main branch]
2014-07-18 14:22:26 -04:00
Jaroslaw Surowiec
88858a504b
CrashReport
...
- Crashes from the UE4-QA are removed from the disk and not ignored as they are from CL0
- Removed obsolete method for extracting the CL, replaced with the latest one
- Command line should be properly displayed now (without !AssertLog)
#codereview Bob.Tellez, James.Hopkin, Robert.Manuszewski
[CL 2221146 by Jaroslaw Surowiec in Main branch]
2014-07-16 15:35:49 -04:00
Jaroslaw Surowiec
de894e7378
CrashReportWebsite - Updated project files
...
[CL 2221143 by Jaroslaw Surowiec in Main branch]
2014-07-16 15:35:35 -04:00
Bob Tellez
728b13a42a
UE4: Fixing a typo in CrashReportClient
...
[CL 2176811 by Bob Tellez in Main branch]
2014-07-08 18:32:56 -04:00
Jaroslaw Surowiec
34b177acfd
CrashReportClient - bCompileSteamOSS=false
...
[CL 2138035 by Jaroslaw Surowiec in Main branch]
2014-07-04 10:12:39 -04:00
Michael Trepka
9b3937d1a7
Fixed a few compile errors (mostly non-unity)
...
[CL 2108328 by Michael Trepka in Main branch]
2014-06-17 14:06:07 -04:00
Jaroslaw Surowiec
9d9ce7c3f6
CrashReporter - XML WER is always send as UTF8 regardless the internal format (changed from UTF16 to UTF8)
...
[CL 2108103 by Jaroslaw Surowiec in Main branch]
2014-06-17 10:06:30 -04:00
Jaroslaw Surowiec
0f52d117de
UBT - Added an option to compile a shipping target configuration and save binary with the development name
...
#codereview Robert.Manuszewski
[CL 2108006 by Jaroslaw Surowiec in Main branch]
2014-06-17 07:35:46 -04:00
Jaroslaw Surowiec
b0d39fe609
CrashReporter - XML WER is always send as UTF16 regardless the internal format which may be (UTF8 or UTF16)
...
#codereview Bob.Tellez, James.Hopkin
[CL 2107374 by Jaroslaw Surowiec in Main branch]
2014-06-16 16:17:10 -04:00
Jaroslaw Surowiec
b495be2ba1
CrashReporter - CrashReportClient should be built and distributed in Shipping, not Development (both Launcher and Editor versions)
...
#codereview Bob.Tellez, James.Hopkin
[CL 2104545 by Jaroslaw Surowiec in Main branch]
2014-06-13 09:59:36 -04:00
Jaroslaw Palczynski
ebce413232
UE4 Refactoring. Changed OVERRIDE and FINAL macros to keywords override and final.
...
[CL 2104397 by Jaroslaw Palczynski in Main branch]
2014-06-13 06:14:46 -04:00
James Hopkin
2237e85b99
Crash web server: fixed date range changing seemingly at random.
...
Timestamps coming in from Javascript were being treated as local times, but they're actually UTC (although all times and dates in Javascripts are local time, millisecond timestamps are UTC).
[CL 2094143 by James Hopkin in Main branch]
2014-06-04 03:34:40 -04:00
Jaroslaw Surowiec
ee816a4369
CrashReporter - Moved DO_LOCAL_TESTING to a better place
...
[CL 2093187 by Jaroslaw Surowiec in Main branch]
2014-06-03 11:22:11 -04:00
Michael Trepka
e0b50589d2
Removed Mac MainMenu.xib, the app and window menus are now generated dynamically.
...
[CL 2088627 by Michael Trepka in Main branch]
2014-05-29 17:46:24 -04:00
James Hopkin
7b4c699c6a
Fixed crash reporter website project (location of common C# library)
...
[CL 2085552 by James Hopkin in Main branch]
2014-05-29 17:08:54 -04:00
Bob Tellez
ab8c090a38
UE4: Removed bCompileNetworkProfiler. USE_NETWORK_PROFILER is now true whenever STATS is also true. Also, removed some platform-specific code in NetworkProfiler.cpp
...
[CL 2082160 by Bob Tellez in Main branch]
2014-05-22 14:04:35 -04:00
James Hopkin
81f1d90f79
Added assertion messages to the crash report website
...
Relates to TTP 333619
[CL 2078635 by James Hopkin in Main branch]
2014-05-20 03:37:08 -04:00
James Hopkin
1a4bf7ac8b
Fixed crash report website solution to point to new location of CrashReportCommon
...
[CL 2077479 by James Hopkin in Main branch]
2014-05-19 07:17:03 -04:00
James Hopkin
66716e4b5c
CrashReportClient now checks app name before uploading crash
...
Addresses TTP 332274 (mainly CrashReportClientApp.cpp changes) and
- Fixes hang on Linux (uploader wasn't honoring always-unattended setting)
- Fixed erroneous check warnings
- Removed code duplication between CrashReportClient platforms
- Error message now passed on for ensures as well as asserts
- Windows crash reporting multiple instance bail-out is now thread-safe
#CodeReview Bob.Tellez, Jaroslaw.Surowiec
[CL 2077477 by James Hopkin in Main branch]
2014-05-19 07:07:01 -04:00
James Hopkin
43507b1a31
Fixed crash in CrashReportClient introduced by thread API changes
...
#CodeReview Bob.Tellez, Jaroslaw.Surowiec
[CL 2072971 by James Hopkin in Main branch]
2014-05-14 14:49:45 -04:00