Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(348)

Issue 7562001: Add memory usage info to SyslogsProvider, and clean up bug report screenshot data. (Closed)

Created:
9 years, 4 months ago by stevenjb
Modified:
9 years, 4 months ago
Reviewers:
James Cook, DaveMoore
CC:
chromium-reviews, davemoore+watch_chromium.org
Visibility:
Public.

Description

Add memory usage info to SyslogsProvider, and clean up bug report screenshot data. BUG=chromium-os:18418 TEST=Ensure bug reporting and screenshots work, system info is only provided when option is checked, and system info includes "mem_usage" entry. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=95327

Patch Set 1 #

Total comments: 19

Patch Set 2 : Add ClearScreenshotPng + address review comments. #

Patch Set 3 : Increase max entry size for stats included unzipped in feedback page. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+244 lines, -142 lines) Patch
M chrome/browser/bug_report_data.h View 1 chunk +2 lines, -8 lines 0 comments Download
M chrome/browser/bug_report_data.cc View 3 chunks +52 lines, -1 line 0 comments Download
M chrome/browser/bug_report_util.h View 1 1 chunk +19 lines, -15 lines 0 comments Download
M chrome/browser/bug_report_util.cc View 1 2 5 chunks +47 lines, -20 lines 0 comments Download
M chrome/browser/chromeos/system/syslogs_provider.cc View 1 4 chunks +83 lines, -4 lines 0 comments Download
M chrome/browser/memory_details.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/bug_report_ui.cc View 1 10 chunks +39 lines, -93 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
stevenjb
http://codereview.chromium.org/7562001/diff/1/chrome/browser/bug_report_data.cc File chrome/browser/bug_report_data.cc (right): http://codereview.chromium.org/7562001/diff/1/chrome/browser/bug_report_data.cc#newcode54 chrome/browser/bug_report_data.cc:54: void BugReportData::SendReport() { Moved from bug_report_ui.cc http://codereview.chromium.org/7562001/diff/1/chrome/browser/bug_report_data.h File chrome/browser/bug_report_data.h ...
9 years, 4 months ago (2011-08-03 01:55:20 UTC) #1
James Cook
http://codereview.chromium.org/7562001/diff/1/chrome/browser/bug_report_data.cc File chrome/browser/bug_report_data.cc (right): http://codereview.chromium.org/7562001/diff/1/chrome/browser/bug_report_data.cc#newcode85 chrome/browser/bug_report_data.cc:85: if (sys_info_) { Don't need to check if pointer ...
9 years, 4 months ago (2011-08-03 17:06:49 UTC) #2
stevenjb
http://codereview.chromium.org/7562001/diff/1/chrome/browser/bug_report_data.cc File chrome/browser/bug_report_data.cc (right): http://codereview.chromium.org/7562001/diff/1/chrome/browser/bug_report_data.cc#newcode85 chrome/browser/bug_report_data.cc:85: if (sys_info_) { On 2011/08/03 17:06:49, James Cook (Chromium) ...
9 years, 4 months ago (2011-08-03 19:11:38 UTC) #3
DaveMoore
9 years, 4 months ago (2011-08-03 19:22:43 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698