Bug 1044020 - Add the duration of shutdown phases to Telemetry. r=froydnj

This commit is contained in:
David Rajchenbach-Teller
2014-09-25 17:19:34 +02:00
parent ca3f9d7567
commit 5d72e87593
12 changed files with 718 additions and 55 deletions

View File

@@ -22,10 +22,17 @@ public:
private:
nsresult SelfInit();
void Start();
void StartWatchdog();
void StartWriter();
void UpdateHeartbeat(const char* aTopic);
void UpdateTelemetry();
void UpdateCrashReport(const char* aTopic);
~nsTerminator() {}
bool mInitialized;
int32_t mCurrentStep;
};
}