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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # Every command listed here will be executed and logged to our feedback 5 # Every command listed here will be executed and logged to our feedback
6 # mechanism. The format is comma delimted and the first term will be the key. 6 # mechanism. The format is comma delimted and the first term will be the key.
7 # if no key is provided then the command will be used as the key and the value. 7 # if no key is provided then the command will be used as the key and the value.
8 # 8 #
9 # Lines starting with # will be ignored. 9 # Lines starting with # will be ignored.
10 # 10 #
(...skipping 25 matching lines...) Expand all
36 mm-status,/usr/share/userfeedback/scripts/mm-status 36 mm-status,/usr/share/userfeedback/scripts/mm-status
37 powerd.LATEST,/usr/share/userfeedback/scripts/get_log /var/log/power_manager/pow erd.LATEST 37 powerd.LATEST,/usr/share/userfeedback/scripts/get_log /var/log/power_manager/pow erd.LATEST
38 powerd.out,/usr/share/userfeedback/scripts/get_log /var/log/power_manager/powerd .out 38 powerd.out,/usr/share/userfeedback/scripts/get_log /var/log/power_manager/powerd .out
39 ps,/bin/ps ux 39 ps,/bin/ps ux
40 softwareupdate.log,/usr/share/userfeedback/scripts/get_log /var/log/softwareupda te.log 40 softwareupdate.log,/usr/share/userfeedback/scripts/get_log /var/log/softwareupda te.log
41 syslog,/usr/share/userfeedback/scripts/getmsgs --last '2 hours' /var/log/message s 41 syslog,/usr/share/userfeedback/scripts/getmsgs --last '2 hours' /var/log/message s
42 touchpad,/opt/google/touchpad/tpcontrol status 42 touchpad,/opt/google/touchpad/tpcontrol status
43 ui_log,/usr/share/userfeedback/scripts/get_log /var/log/ui/ui.LATEST 43 ui_log,/usr/share/userfeedback/scripts/get_log /var/log/ui/ui.LATEST
44 uname,/bin/uname -a 44 uname,/bin/uname -a
45 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 45 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
46 verified boot,/usr/share/userfeedback/scripts/get_log /tmp/debug_vboot_noisy.log 46 verified boot,/usr/share/userfeedback/scripts/get_log /var/log/debug_vboot_noisy .log
47 vpd_2.0,/usr/share/userfeedback/scripts/get_log /var/log/vpd_2.0.txt 47 vpd_2.0,/usr/share/userfeedback/scripts/get_log /var/log/vpd_2.0.txt
OLDNEW
« 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