Home | History | Annotate | Download | only in functional

Lines Matching full:report

17 If there are any crashes, the script generates a report, uploads it to
18 a server and mails about the crash and the link to the report on the server.
554 """Generate symbolicated crash report.
562 Crash report text.
564 report = ''
584 # we just need to copy that in to report
585 report = open(output_file, 'r').read()
591 report = test_utils.Shell2(
593 if len(report) < 200:
598 open(output_file, 'w').write(report)
599 return report
626 report = self._SymbolicateCrashDmp(dmp_file, symbols_dir,
628 if report == '':
629 logging.info('Crash report is empty.')
637 first crash report, which will be attached to the mail.
660 """ Process only the first crash report for email."""
707 mail_content = '\n\n Crash Report URL :' + upload_dir + '\n' + \
710 # Sending mail with first crash report, # of crashes, location of upload
717 """Check for browser crashes and report."""
721 logging.info('========== INSIDE REPORT CRASH++++++++++++++')