forked from mirrors/gecko-dev
Backed out changeset 49f976dc75d5 (bug 1779138) for causing Xpcshell failures on test_TelemetrySession.js. CLOSED TREE
This commit is contained in:
parent
403b0c1b58
commit
acff43bccc
1 changed files with 0 additions and 2 deletions
|
|
@ -216,11 +216,9 @@ nsresult MemoryTelemetry::GatherReports(
|
||||||
|
|
||||||
// If we're running in the parent process, collect data from all processes for
|
// If we're running in the parent process, collect data from all processes for
|
||||||
// the MEMORY_TOTAL histogram.
|
// the MEMORY_TOTAL histogram.
|
||||||
#ifndef XP_MACOSX
|
|
||||||
if (XRE_IsParentProcess() && !mGatheringTotalMemory) {
|
if (XRE_IsParentProcess() && !mGatheringTotalMemory) {
|
||||||
GatherTotalMemory();
|
GatherTotalMemory();
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
if (!Telemetry::CanRecordReleaseData()) {
|
if (!Telemetry::CanRecordReleaseData()) {
|
||||||
return NS_OK;
|
return NS_OK;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue