| OLD | NEW |
| 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 # |
| 11 # Arguments will be included | 11 # Arguments will be included |
| 12 | 12 |
| 13 CLIENT_ID,/usr/share/userfeedback/scripts/get_log "/home/chronos/Consent To Send
Stats" | 13 CLIENT_ID,/usr/share/userfeedback/scripts/get_log "/home/chronos/Consent To Send
Stats" |
| 14 LOGDATE,/bin/date | 14 LOGDATE,/bin/date |
| 15 Xorg.0.log,/usr/share/userfeedback/scripts/get_log /var/log/Xorg.0.log | 15 Xorg.0.log,/usr/share/userfeedback/scripts/get_log /var/log/Xorg.0.log |
| 16 bios_info,/usr/share/userfeedback/scripts/get_log /var/log/bios_info.txt | 16 bios_info,/usr/share/userfeedback/scripts/get_log /var/log/bios_info.txt |
| 17 vpd_2.0,/usr/share/userfeedback/scripts/get_log /var/log/vpd_2.0.txt | |
| 18 boot_times,/usr/share/userfeedback/scripts/get_log /tmp/boot-times-sent | 17 boot_times,/usr/share/userfeedback/scripts/get_log /tmp/boot-times-sent |
| 19 chrome_log,/usr/share/userfeedback/scripts/get_log /home/chronos/user/chrome,asc
ii | 18 chrome_log,/usr/share/userfeedback/scripts/get_log /home/chronos/user/chrome,asc
ii |
| 20 chrome_system_log,/usr/share/userfeedback/scripts/get_log /var/log/chrome/chrome
,ascii | 19 chrome_system_log,/usr/share/userfeedback/scripts/get_log /var/log/chrome/chrome
,ascii |
| 21 chromeos-wm.LATEST,/usr/share/userfeedback/scripts/get_log /home/chronos/user/lo
g/chromeos-wm.LATEST | 20 chromeos-wm.LATEST,/usr/share/userfeedback/scripts/get_log /home/chronos/user/lo
g/chromeos-wm.LATEST |
| 22 cpu,uname -p | 21 cpu,uname -p |
| 23 cpuinfo,cat /proc/cpuinfo | 22 cpuinfo,cat /proc/cpuinfo |
| 24 devkit-power,devkit-power -d | 23 devkit-power,devkit-power -d |
| 25 dmesg,/bin/dmesg | 24 dmesg,/bin/dmesg |
| 26 ec_info,/usr/share/userfeedback/scripts/get_log /var/log/ec_info.txt | 25 ec_info,/usr/share/userfeedback/scripts/get_log /var/log/ec_info.txt |
| 27 font_info,/usr/share/userfeedback/scripts/font_info | 26 font_info,/usr/share/userfeedback/scripts/font_info |
| (...skipping 10 matching lines...) Expand all Loading... |
| 38 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 |
| 39 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 |
| 40 ps,/bin/ps ux | 39 ps,/bin/ps ux |
| 41 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 |
| 42 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 |
| 43 touchpad,/opt/google/touchpad/tpcontrol status | 42 touchpad,/opt/google/touchpad/tpcontrol status |
| 44 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 |
| 45 uname,/bin/uname -a | 44 uname,/bin/uname -a |
| 46 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 |
| 47 verified boot,/usr/share/userfeedback/scripts/get_log /tmp/debug_vboot/noisy.log | 46 verified boot,/usr/share/userfeedback/scripts/get_log /tmp/debug_vboot/noisy.log |
| 47 vpd_2.0,/usr/share/userfeedback/scripts/get_log /var/log/vpd_2.0.txt |
| OLD | NEW |