| 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 # |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 lsmod,/usr/sbin/lsmod | 30 lsmod,/usr/sbin/lsmod |
| 31 lspci,/usr/sbin/lspci | 31 lspci,/usr/sbin/lspci |
| 32 lsusb,/usr/sbin/lsusb | 32 lsusb,/usr/sbin/lsusb |
| 33 meminfo,cat /proc/meminfo | 33 meminfo,cat /proc/meminfo |
| 34 mm-status,/usr/lib/flimflam/test/mm-status | 34 mm-status,/usr/lib/flimflam/test/mm-status |
| 35 powerd.LATEST,cat /var/log/power_manager/powerd.LATEST | 35 powerd.LATEST,cat /var/log/power_manager/powerd.LATEST |
| 36 powerd.out,cat /var/log/power_manager/powerd.out | 36 powerd.out,cat /var/log/power_manager/powerd.out |
| 37 ps,/bin/ps ux | 37 ps,/bin/ps ux |
| 38 softwareupdate.log,cat /var/log/softwareupdate.log | 38 softwareupdate.log,cat /var/log/softwareupdate.log |
| 39 syslog,/usr/share/userfeedback/scripts/getmsgs --last '2 hours' /var/log/message
s | 39 syslog,/usr/share/userfeedback/scripts/getmsgs --last '2 hours' /var/log/message
s |
| 40 trackpad,/usr/bin/synclient -l |
| 40 uname,/bin/uname -a | 41 uname,/bin/uname -a |
| 41 update_engine.log,cat /var/log/update_engine.log | 42 update_engine.log,cat /var/log/update_engine.log |
| 42 wpa_supplicant,/usr/share/userfeedback/scripts/getmsgs --last '30 minutes' /var/
log/hostap.log | 43 wpa_supplicant,/usr/share/userfeedback/scripts/getmsgs --last '30 minutes' /var/
log/hostap.log |
| OLD | NEW |