DCHECK failure in NQE when checking the load timing info |
|||
Issue descriptionhttps://build.chromium.org/p/chromium.fyi/builders/ClangToTWin%28dbg%29%20tester/builds/2914/steps/browser_tests%20on%20Windows-7-SP1/logs/CrSettingsMainPageTest.All shows a DCHECK failing in NQE because load timing info is null. This code is used only for recording the UMA metric. The simple fix is to replace the DCHECK by if conditional.
,
Aug 4 2016
This bug was caused by https://codereview.chromium.org/2204383002/ which enabled a code path that was previously unused. Since this code only logs the metrics, the only affect is that some of the earlier M-54 Chrome versions may end up reporting bad data.
,
Feb 14 2017
|
|||
►
Sign in to add a comment |
|||
Comment 1 by bugdroid1@chromium.org
, Aug 4 2016