Home | History | Annotate | Download | only in cros

Lines Matching refs:crash

755             # Kernel crash reports should be wiped between test runs, but
759 # Kernel crash reports will NOT be present if the crash happened
764 kernel_crashes = glob.glob('/var/spool/crash/kernel.*.kcrash')
767 logging.debug('Found %d kernel crash reports:',
769 # The crash names contain timestamps that may be useful:
771 for crash in kernel_crashes:
772 logging.debug(' %s', os.path.basename(crash))
811 # reboot if Chrome is stuck in a crash loop.