зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1272066 - Try to stop assertions until a better fix can land rs=khuey
--HG-- extra : rebase_source : 188bad42f87f23026315146d059fc36fbe07063c
This commit is contained in:
Родитель
5cc6803552
Коммит
5949ec87d1
|
@ -641,9 +641,10 @@ WorkerMainThreadRunnable::Dispatch(ErrorResult& aRv)
|
|||
aRv.ThrowUncatchableException();
|
||||
}
|
||||
|
||||
Telemetry::Accumulate(Telemetry::SYNC_WORKER_OPERATION, mTelemetryKey,
|
||||
static_cast<uint32_t>((TimeStamp::NowLoRes() - startTime)
|
||||
.ToMilliseconds()));
|
||||
// Telemetry is apparently not threadsafe
|
||||
// Telemetry::Accumulate(Telemetry::SYNC_WORKER_OPERATION, mTelemetryKey,
|
||||
// static_cast<uint32_t>((TimeStamp::NowLoRes() - startTime)
|
||||
// .ToMilliseconds()));
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
|
Загрузка…
Ссылка в новой задаче