Searched refs:crash_log (Results 1 - 8 of 8) sorted by relevance

/external/lldb/examples/python/
H A Dcrashlog.py460 for (crash_log_idx, crash_log) in enumerate(self.crash_logs):
461 print '[%u] = %s' % (crash_log_idx, crash_log.path)
479 for (crash_log_idx, crash_log) in enumerate(self.crash_logs):
481 for (image_idx, image) in enumerate(crash_log.images):
492 for (image_idx, image) in enumerate(crash_log.images):
497 for crash_log in self.crash_logs:
498 for (image_idx, image) in enumerate(crash_log.images):
512 crash_log = CrashLog(crash_log_file)
513 if crash_log.error:
514 print crash_log
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Ddriver.py63 crashed_pid=None, crash_log=None, leak=False, leak_log=None, pid=None):
73 self.crash_log = crash_log
189 crash_log = None
191 self.error_from_test, crash_log = self._get_crash_log(text, self.error_from_test, newer_than=start_time)
194 if not crash_log:
196 crash_log = 'No crash log found for %s:%s.\n' % (self._crashed_process_name, pid_str)
199 crash_log += 'Process failed to become responsive before timing out.\n'
203 crash_log += '\nstdout:\n%s\nstderr:\n%s\n' % (text, self.error_from_test)
209 crashed_pid=self._crashed_pid, crash_log
[all...]
H A Dtest.py627 crash_log = ''
630 crash_log = crash_logs.find_newest_log(crashed_process_name, None) or ''
641 crashed_pid=crashed_pid, crash_log=crash_log,
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
H A Dtest_result_writer.py68 writer.write_crash_log(crashed_driver_output.crash_log)
175 def write_crash_log(self, crash_log):
177 self._write_file(filename, crash_log.encode('utf8', 'replace'))
H A Dmanager.py407 for test, crash_log in crash_logs.iteritems():
409 writer.write_crash_log(crash_log)
H A Dsingle_test_runner.py237 bool('No crash log found' not in driver_output.crash_log)))
/external/chromium_org/components/nacl/renderer/
H A Dnexe_load_manager.cc312 std::string crash_log(crash_log_data.get(), crash_log_length);
313 CopyCrashLogToJsConsole(crash_log);
472 void NexeLoadManager::CopyCrashLogToJsConsole(const std::string& crash_log) { argument
473 base::StringTokenizer t(crash_log, "\n");
H A Dnexe_load_manager.h132 void CopyCrashLogToJsConsole(const std::string& crash_log);

Completed in 175 milliseconds