Commit 0e39f3de authored by Jeffrey Kardatzke's avatar Jeffrey Kardatzke Committed by Commit Bot

Gather chrome.PREVIOUS log when collecting feedback report

We already grab the chrome log, and also grabbing the PREVIOUS log will
help with diagnosing Chrome crashes.

Bug: 979897
Test: Manually verified in feedback report
Change-Id: If2be64ca0106097dda4693f24dac6f2e50a92e62
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1704033
Auto-Submit: Jeffrey Kardatzke <jkardatzke@google.com>
Reviewed-by: default avatarAhmed Fakhry <afakhry@chromium.org>
Commit-Queue: Jeffrey Kardatzke <jkardatzke@google.com>
Cr-Commit-Position: refs/heads/master@{#678436}
parent e8865fd5
afakhry@chromium.org afakhry@chromium.org
jkardatzke@chromium.org
# COMPONENT: Platform>Apps>Feedback # COMPONENT: Platform>Apps>Feedback
...@@ -42,6 +42,7 @@ constexpr struct UserLogs { ...@@ -42,6 +42,7 @@ constexpr struct UserLogs {
const char* log_file_relative_path; const char* log_file_relative_path;
} kUserLogs[] = { } kUserLogs[] = {
{"chrome_user_log", "log/chrome"}, {"chrome_user_log", "log/chrome"},
{"chrome_user_log.PREVIOUS", "log/chrome.PREVIOUS"},
{"libassistant_user_log", "log/libassistant.log"}, {"libassistant_user_log", "log/libassistant.log"},
{"login-times", "login-times"}, {"login-times", "login-times"},
{"logout-times", "logout-times"}, {"logout-times", "logout-times"},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment