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

Unified Diff: chrome/browser/chromeos/system_logs/command_line_log_source.cc

Issue 14166006: Including touchscreen events report in feedback (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/system_logs/command_line_log_source.cc
diff --git a/chrome/browser/chromeos/system_logs/command_line_log_source.cc b/chrome/browser/chromeos/system_logs/command_line_log_source.cc
index 574b8c863ff3e07ead41a175714a80f82ce06da2..578187630c9f3dd8963fce88e750fb46beebc579 100644
--- a/chrome/browser/chromeos/system_logs/command_line_log_source.cc
+++ b/chrome/browser/chromeos/system_logs/command_line_log_source.cc
@@ -58,6 +58,11 @@ void ExecuteCommandLines(chromeos::SystemLogsResponse* response) {
CommandLine(base::FilePath("/opt/google/touchpad/generate_userfeedback"));
commands.push_back(std::make_pair("hack-33025-touchpad_activity", command));
+ command = CommandLine(
+ base::FilePath("/opt/google/touchscreen/touchscreen_feedback"));
+ commands.push_back(
+ std::make_pair("hack-33025-touchscreen_activity", command));
+
// Get a list of file sizes for the logged in user (excluding the names of
// the files in the Downloads directory for privay reasons).
command = CommandLine(base::FilePath("/bin/sh"));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698