blob: b2ee325de59cec244d238ca44384dbf165e86099 [file] [log] [blame]
Dan Shi43a392a2014-05-20 13:57:51 -07001# A list of paths to the logs that will be collected in Crash Collect.
Dan Shi9c881a32014-07-15 17:13:17 -07002# When chromeos-install is executed with argument lab_preserve_logs set to
3# the full path to this file, chromeos-install will attempt to collect these
4# files to /mnt/stateful_partition/unencrypted/prior_logs folder on ssd.
5
6# This is the relative path to mounted stateful partition. Files in this folder
7# will be collected during chromeos-install when argument lab_preserve_logs has
8# value set to the full path of this logs_to_collect file.
9# crash collect will ignore this path as it does not exist without specifying
10# the folder of mounted stateful partition.
11dev_image/autotest/results
12
13# The is the absolute path for autotest results folder. This path will be used
14# by crash collect to collect autotest results after dut is up.
15# chromeos-install will not collect this folder as it does not exist on a
16# clean test image.
17/usr/local/autotest/results
Dan Shi43a392a2014-05-20 13:57:51 -070018
19# Only available on intel systems. i915 contains the Intel graphics state. It
20# might contain useful data when a DUT hangs, times out or crashes.
21/sys/kernel/debug/dri/0/i915_error_state
22
Mike Frysingere5ae86a2017-08-15 16:14:26 -040023# Grab all possible pstore files. Who knows what goodies might be in there!
Mike Frysingere5ae86a2017-08-15 16:14:26 -040024/sys/fs/pstore
Dan Shi9c881a32014-07-15 17:13:17 -070025
Dan Shi43a392a2014-05-20 13:57:51 -070026/var/log
27/var/spool/crash