Commit Graph

50 Commits

Author SHA1 Message Date
Jaroslaw Surowiec
5c1e790900 CrashReport - Updated crash report database creation script, added comments
[CL 2251742 by Jaroslaw Surowiec in Main branch]
2014-08-11 15:05:13 -04:00
Jaroslaw Surowiec
5ed5aec351 CrashReport - Removed old script file
[CL 2240044 by Jaroslaw Surowiec in Main branch]
2014-08-01 13:23:19 -04:00
Jaroslaw Surowiec
4df47ad94c CrashReport - Removed old script file
[CL 2240040 by Jaroslaw Surowiec in Main branch]
2014-08-01 13:18:17 -04:00
Jaroslaw Surowiec
18145a34fb CrashReportWWW - Added support for setting the build version for UpdateCrashesByPattern SQL procedure
#codereview Robert.Manuszewski

[CL 2238700 by Jaroslaw Surowiec in Main branch]
2014-07-31 15:44:26 -04:00
Jaroslaw Surowiec
6cef85fffb CrashReportWWW - Fixed filtering by date
[CL 2238563 by Jaroslaw Surowiec in Main branch]
2014-07-31 13:32:30 -04:00
Jaroslaw Surowiec
fcb458052f CrashReportWWW - Minor code formatting
[CL 2238531 by Jaroslaw Surowiec in Main branch]
2014-07-31 13:31:10 -04:00
Jaroslaw Surowiec
f178e214ff CrashReportWWW - Added an option to filter buggs by the build version, needs some time to populate the database
#codereview Robert.Manuszewski

[CL 2238529 by Jaroslaw Surowiec in Main branch]
2014-07-31 13:30:57 -04:00
Robert Manuszewski
a3f63a2c54 Removing direct depency on CoreUObject from MinidumpDiagnostics, no longer needed.
[CL 2238194 by Robert Manuszewski in Main branch]
2014-07-31 08:28:28 -04:00
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