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

Unified Diff: etc/sys_log_utils.lst

Issue 6835010: Put the final output of dev_debug_vboot under /var/log/ (Closed) Base URL: ssh://gitrw.chromium.org:9222/userfeedback.git@master
Patch Set: Created 9 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: etc/sys_log_utils.lst
diff --git a/etc/sys_log_utils.lst b/etc/sys_log_utils.lst
index 85078275c744ac7e0d899cc85839707f43bfe598..5c29f78a0149e810d897d7f32854c620e109488e 100755
--- a/etc/sys_log_utils.lst
+++ b/etc/sys_log_utils.lst
@@ -43,5 +43,5 @@ touchpad,/opt/google/touchpad/tpcontrol status
ui_log,/usr/share/userfeedback/scripts/get_log /var/log/ui/ui.LATEST
uname,/bin/uname -a
update_engine.log,cat $(ls -1tr /var/log/update_engine | tail -5 | sed s.^./var/log/update_engine/.) | /usr/share/userfeedback/scripts/get_log /dev/stdin 2000
-verified boot,/usr/share/userfeedback/scripts/get_log /tmp/debug_vboot_noisy.log
+verified boot,/usr/share/userfeedback/scripts/get_log /var/log/debug_vboot_noisy.log
vpd_2.0,/usr/share/userfeedback/scripts/get_log /var/log/vpd_2.0.txt
« 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