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

Unified Diff: etc/sys_log_utils.lst

Issue 6580029: sys_log_utils.lst: sort the vpd entry with alphabet order. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/userfeedback.git@master
Patch Set: Created 9 years, 10 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 c5174f385d6c4fcbce1a0707d4671548cc96d6d2..226c92b8f47a4f14e401d95d659622646ff22b4a 100755
--- a/etc/sys_log_utils.lst
+++ b/etc/sys_log_utils.lst
@@ -14,7 +14,6 @@ CLIENT_ID,/usr/share/userfeedback/scripts/get_log "/home/chronos/Consent To Send
LOGDATE,/bin/date
Xorg.0.log,/usr/share/userfeedback/scripts/get_log /var/log/Xorg.0.log
bios_info,/usr/share/userfeedback/scripts/get_log /var/log/bios_info.txt
-vpd_2.0,/usr/share/userfeedback/scripts/get_log /var/log/vpd_2.0.txt
boot_times,/usr/share/userfeedback/scripts/get_log /tmp/boot-times-sent
chrome_log,/usr/share/userfeedback/scripts/get_log /home/chronos/user/chrome,ascii
chrome_system_log,/usr/share/userfeedback/scripts/get_log /var/log/chrome/chrome,ascii
@@ -45,3 +44,4 @@ 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
+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