Bug 1044020 - Add the duration of shutdown phases to Telemetry. r=froydnj
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user