DCHECK in MetricsService::PrepareProviderMetricsLogDone |
|
Issue description
This is reliably killing my local builds after a bit of time after startup:
void MetricsService::PrepareProviderMetricsLogDone(
std::unique_ptr<MetricsLog::IndependentMetricsLoader> loader,
bool success) {
DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_);
DCHECK(independent_loader_active_);
DCHECK(loader);
|
|
►
Sign in to add a comment |
|
Comment 1 by bcwh...@chromium.org
, Oct 30Status: Duplicate (was: Assigned)