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

Unified Diff: etc/sys_log_utils.lst

Issue 5430006: Include the 5 most recent update engine logs, up to 2000 lines in chrome:system. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/userfeedback.git@master
Patch Set: Created 10 years, 1 month 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 | scripts/get_log » ('j') | 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 786a86e8acfbc313b908aae4ef946f0d97acda15..49a2a2648c9628a861c9468240a5afb5631f3b4d 100755
--- a/etc/sys_log_utils.lst
+++ b/etc/sys_log_utils.lst
@@ -41,5 +41,5 @@ syslog,/usr/share/userfeedback/scripts/getmsgs --last '2 hours' /var/log/message
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,/usr/share/userfeedback/scripts/get_log /var/log/update_engine.log
+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
« no previous file with comments | « no previous file | scripts/get_log » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698