Bug 1298701 - Separate the two strings (StartupCrash & TelemetryEnvironment) in the kCrashEventAnnotations structure r?njn draft
authorSylvestre Ledru <sledru@mozilla.com>
Sun, 28 Aug 2016 21:54:48 +0200
changeset 406541 8f9ca340c15059a131f75c4de1b5510d0f3d94b7
parent 406450 1a5b53a831e5a6c20de1b081c774feb3ff76756c
child 529682 324e16623435a466e4a8c092dd7aece6e61f4aef
push id27752
push usersledru@mozilla.com
push dateSun, 28 Aug 2016 19:56:36 +0000
reviewersnjn
bugs1298701
milestone51.0a1
Bug 1298701 - Separate the two strings (StartupCrash & TelemetryEnvironment) in the kCrashEventAnnotations structure r?njn MozReview-Commit-ID: Cig5cGWnwqG
toolkit/crashreporter/nsExceptionHandler.cpp
--- a/toolkit/crashreporter/nsExceptionHandler.cpp
+++ b/toolkit/crashreporter/nsExceptionHandler.cpp
@@ -181,17 +181,17 @@ static xpstring *defaultMemoryReportPath
 static char const * const kCrashEventAnnotations[] = {
   "AsyncShutdownTimeout",
   "BuildID",
   "ProductID",
   "ProductName",
   "ReleaseChannel",
   "SecondsSinceLastCrash",
   "ShutdownProgress",
-  "StartupCrash"
+  "StartupCrash",
   "TelemetryEnvironment",
   "Version",
   // The following entries are not normal annotations but are included
   // in the crash record/FHR:
   // "ContainsMemoryReport"
   // "EventLoopNestingLevel"
   // "IsGarbageCollecting"
   // "AvailablePageFile"