|
|
Chromium Code Reviews|
Created:
4 years, 7 months ago by Alexei Svitkine (slow) Modified:
4 years, 7 months ago Reviewers:
rkaplow CC:
chromium-reviews, asvitkine+watch_chromium.org Base URL:
https://chromium.googlesource.com/chromium/src.git@master Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionTurn some field trial debug instrumentation into a trial.
This is to diagnose what happened with crbug.com/359406,
where we saw the renderer crash disappear coinciding with
me landing https://codereview.chromium.org/1897493002 but
without any corresponding browser crashes appearing.
This change turns that instrumentation to be field-trial
based (50/50), so we can see if the renderer crashes
re-appear for the non-instrumentation group. The trial
is hard-coded because it needs to be initialized early
before variations trials are processed.
Also switching the debug token appending to not be
tied to the other instrumentation.
BUG=359406
Committed: https://crrev.com/19d105a2a1ec66924ff415f27ff170db7a67ba36
Cr-Commit-Position: refs/heads/master@{#394609}
Patch Set 1 : #Patch Set 2 : Fix enable benchmarking DCHECK #Messages
Total messages: 18 (11 generated)
Patchset #1 (id:1) has been deleted
Description was changed from ========== Turn some field trial debug instrumentation into a trial. This is to diagnose what happened with crbug.com/359406, where we saw the renderer crash disappear coinciding with me landing https://codereview.chromium.org/1897493002 but without any corresponding browser crashes appearing. This change turns that instrumentation to be field-trial based (50/50), so we can see if the renderer crashes re-appear for the non-instrumentation group. The trial is hard-coded because it needs to be initialized early before variations trials are processed. BUG=359406 ========== to ========== Turn some field trial debug instrumentation into a trial. This is to diagnose what happened with crbug.com/359406, where we saw the renderer crash disappear coinciding with me landing https://codereview.chromium.org/1897493002 but without any corresponding browser crashes appearing. This change turns that instrumentation to be field-trial based (50/50), so we can see if the renderer crashes re-appear for the non-instrumentation group. The trial is hard-coded because it needs to be initialized early before variations trials are processed. Also switching the debug token appending to not be tied to the other instrumentation. BUG=359406 ==========
Patchset #1 (id:20001) has been deleted
asvitkine@chromium.org changed reviewers: + rkaplow@chromium.org
lgtm
The CQ bit was checked by asvitkine@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1989353002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1989353002/40001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...)
Patchset #2 (id:60001) has been deleted
The CQ bit was checked by asvitkine@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from rkaplow@chromium.org Link to the patchset: https://codereview.chromium.org/1989353002/#ps80001 (title: "Fix enable benchmarking DCHECK")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1989353002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1989353002/80001
Message was sent while issue was closed.
Description was changed from ========== Turn some field trial debug instrumentation into a trial. This is to diagnose what happened with crbug.com/359406, where we saw the renderer crash disappear coinciding with me landing https://codereview.chromium.org/1897493002 but without any corresponding browser crashes appearing. This change turns that instrumentation to be field-trial based (50/50), so we can see if the renderer crashes re-appear for the non-instrumentation group. The trial is hard-coded because it needs to be initialized early before variations trials are processed. Also switching the debug token appending to not be tied to the other instrumentation. BUG=359406 ========== to ========== Turn some field trial debug instrumentation into a trial. This is to diagnose what happened with crbug.com/359406, where we saw the renderer crash disappear coinciding with me landing https://codereview.chromium.org/1897493002 but without any corresponding browser crashes appearing. This change turns that instrumentation to be field-trial based (50/50), so we can see if the renderer crashes re-appear for the non-instrumentation group. The trial is hard-coded because it needs to be initialized early before variations trials are processed. Also switching the debug token appending to not be tied to the other instrumentation. BUG=359406 ==========
Message was sent while issue was closed.
Committed patchset #2 (id:80001)
Message was sent while issue was closed.
Description was changed from ========== Turn some field trial debug instrumentation into a trial. This is to diagnose what happened with crbug.com/359406, where we saw the renderer crash disappear coinciding with me landing https://codereview.chromium.org/1897493002 but without any corresponding browser crashes appearing. This change turns that instrumentation to be field-trial based (50/50), so we can see if the renderer crashes re-appear for the non-instrumentation group. The trial is hard-coded because it needs to be initialized early before variations trials are processed. Also switching the debug token appending to not be tied to the other instrumentation. BUG=359406 ========== to ========== Turn some field trial debug instrumentation into a trial. This is to diagnose what happened with crbug.com/359406, where we saw the renderer crash disappear coinciding with me landing https://codereview.chromium.org/1897493002 but without any corresponding browser crashes appearing. This change turns that instrumentation to be field-trial based (50/50), so we can see if the renderer crashes re-appear for the non-instrumentation group. The trial is hard-coded because it needs to be initialized early before variations trials are processed. Also switching the debug token appending to not be tied to the other instrumentation. BUG=359406 Committed: https://crrev.com/19d105a2a1ec66924ff415f27ff170db7a67ba36 Cr-Commit-Position: refs/heads/master@{#394609} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/19d105a2a1ec66924ff415f27ff170db7a67ba36 Cr-Commit-Position: refs/heads/master@{#394609} |
