Home | History | Annotate | Download | only in common_lib
      1 # A list of paths to the logs that will be collected in Crash Collect.
      2 # 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.
     11 dev_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
     18 
     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 
     23 /dev/pstore/console-ramoops
     24 
     25 /var/log
     26 /var/spool/crash
     27