Home
last modified time | relevance | path

Searched refs:exception_formatter (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/internal/util/
Dglobal_hooks.py9 from telemetry.internal.util import exception_formatter
19 sys.excepthook = exception_formatter.PrintFormattedException
30 exception_formatter.PrintFormattedFrame(stack_frame, exception_string)
38 exception_formatter.PrintFormattedFrame(stack_frame, exception_string)
/external/chromium-trace/catapult/telemetry/telemetry/internal/
Dstory_runner.py20 from telemetry.internal.util import exception_formatter
125 exception_formatter.PrintFormattedException(
266 exception_formatter.PrintFormattedException(
287 exception_formatter.PrintFormattedException(
369 exception_formatter.PrintFormattedException()
Dstory_runner_unittest.py24 from telemetry.internal.util import exception_formatter as ex_formatter_module
219 story_runner.exception_formatter = FakeExceptionFormatterModule
224 story_runner.exception_formatter = ex_formatter_module
/external/chromium-trace/catapult/telemetry/telemetry/page/
Dpage_run_end_to_end_unittest.py24 from telemetry.internal.util import exception_formatter
106 self._original_formatter = exception_formatter.PrintFormattedException
112 exception_formatter.PrintFormattedException = CaptureStderr(
113 exception_formatter.PrintFormattedException,
123 exception_formatter.PrintFormattedException = self._original_formatter
Dshared_page_state.py16 from telemetry.internal.util import exception_formatter
305 exception_formatter.PrintFormattedException(
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
Dbrowser.py19 from telemetry.internal.util import exception_formatter
69 exception_formatter.PrintFormattedException(
/external/libmojo/third_party/jinja2/
Denvironment.py236 exception_formatter = None variable in Environment
737 if rendered and self.exception_formatter is not None:
738 return self.exception_formatter(traceback)