Home | History | Annotate | Download | only in brillo_CrashLogging

Lines Matching refs:logs

14 # Number of times to retry the command the ls command to find logs.
18 """Confirm that crash logs are generated for native crashes."""
23 """Confirm that crash logs are generated for native crashes.
32 # Remove any existing crash logs.
47 logs = None
50 logs = self.host.run_output(
55 raise error.TestFail('No crash logs were created because of a '
57 'where crash logs are written to does not '
59 if logs:
63 if not logs:
64 raise error.TestFail('No crash logs were created.')