|
|
Chromium Code Reviews|
Created:
3 years, 11 months ago by manzagop (departed) Modified:
3 years, 10 months ago CC:
chromium-reviews, scottmg Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionCollect module information from the stability file
BUG=620813
Review-Url: https://codereview.chromium.org/2649773008
Cr-Commit-Position: refs/heads/master@{#446808}
Committed: https://chromium.googlesource.com/chromium/src/+/cfefdd7db190a5161e39488c1f09e36635f7b8d4
Patch Set 1 #Patch Set 2 : unittest #Patch Set 3 : Merge #Patch Set 4 : Fix format specifier #Patch Set 5 : Signed/unsigned mismatch #Patch Set 6 : More signed/unsigned #
Total comments: 6
Patch Set 7 : Address bcwhite's comments #Patch Set 8 : YA signed/unsigned #
Messages
Total messages: 37 (27 generated)
manzagop@chromium.org changed reviewers: + bcwhite@chromium.org, scottmg@chromium.org
Here's module collection. Please have a look!
manzagop@chromium.org changed reviewers: - scottmg@chromium.org
Oops, Scott to cc as accidentally added. Unless you want to have a quick peek at the computing the code / debug identifiers. I took what I found in crashpad.
scottmg@chromium.org changed reviewers: + scottmg@chromium.org
lgtm
The CQ bit was checked by manzagop@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was checked by manzagop@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: win_clang on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_clang/builds/...)
The CQ bit was checked by manzagop@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: win_clang on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_clang/builds/...)
The CQ bit was checked by manzagop@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: win_clang on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_clang/builds/...)
The CQ bit was checked by manzagop@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Brian, does this lgty?
LGTM % nits https://codereview.chromium.org/2649773008/diff/100001/components/browser_wat... File components/browser_watcher/postmortem_report_collector.cc (right): https://codereview.chromium.org/2649773008/diff/100001/components/browser_wat... components/browser_watcher/postmortem_report_collector.cc:107: snprintf(code_identifier, sizeof(code_identifier), "%08X%zx", %08X%zX (both Xs capitalized) for consistency Do you want dash separators or something to make it easier to parse visually? https://codereview.chromium.org/2649773008/diff/100001/components/browser_wat... components/browser_watcher/postmortem_report_collector.cc:115: "%08X%04X%04X%02X%02X%02X%02X%02X%02X%02X%02X%x", uuid->data_1, Last X should be capitalized. Same comment about dash separators. https://codereview.chromium.org/2649773008/diff/100001/components/browser_wat... File components/browser_watcher/postmortem_report_collector_unittest.cc (right): https://codereview.chromium.org/2649773008/diff/100001/components/browser_wat... components/browser_watcher/postmortem_report_collector_unittest.cc:660: // Validate the report's log content. modules content
The CQ bit was checked by manzagop@chromium.org to run a CQ dry run
https://codereview.chromium.org/2649773008/diff/100001/components/browser_wat... File components/browser_watcher/postmortem_report_collector.cc (right): https://codereview.chromium.org/2649773008/diff/100001/components/browser_wat... components/browser_watcher/postmortem_report_collector.cc:107: snprintf(code_identifier, sizeof(code_identifier), "%08X%zx", On 2017/01/27 18:48:26, bcwhite wrote: > %08X%zX (both Xs capitalized) for consistency > Do you want dash separators or something to make it easier to parse visually? This actually is the specification for the identifier. I placed a comment to say we need this exact formatting. https://codereview.chromium.org/2649773008/diff/100001/components/browser_wat... components/browser_watcher/postmortem_report_collector.cc:115: "%08X%04X%04X%02X%02X%02X%02X%02X%02X%02X%02X%x", uuid->data_1, On 2017/01/27 18:48:26, bcwhite wrote: > Last X should be capitalized. > Same comment about dash separators. Same as above. https://codereview.chromium.org/2649773008/diff/100001/components/browser_wat... File components/browser_watcher/postmortem_report_collector_unittest.cc (right): https://codereview.chromium.org/2649773008/diff/100001/components/browser_wat... components/browser_watcher/postmortem_report_collector_unittest.cc:660: // Validate the report's log content. On 2017/01/27 18:48:26, bcwhite wrote: > modules content Done.
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
lgtm
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: win_clang on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_clang/builds/...)
Thanks for the review!
The CQ bit was checked by manzagop@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from scottmg@chromium.org, bcwhite@chromium.org Link to the patchset: https://codereview.chromium.org/2649773008/#ps140001 (title: "YA signed/unsigned")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
CQ is committing da patch.
Bot data: {"patchset_id": 140001, "attempt_start_ts": 1485554250564950,
"parent_rev": "7bea51146249f12bb9b6af2a7113701033b2a334", "commit_rev":
"cfefdd7db190a5161e39488c1f09e36635f7b8d4"}
Message was sent while issue was closed.
Description was changed from ========== Collect module information from the stability file BUG=620813 ========== to ========== Collect module information from the stability file BUG=620813 Review-Url: https://codereview.chromium.org/2649773008 Cr-Commit-Position: refs/heads/master@{#446808} Committed: https://chromium.googlesource.com/chromium/src/+/cfefdd7db190a5161e39488c1f09... ==========
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as https://chromium.googlesource.com/chromium/src/+/cfefdd7db190a5161e39488c1f09... |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
