Home
last modified time | relevance | path

Searched refs:ChromeTracingStoppedError (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
Dchrome_tracing_agent.py40 class ChromeTracingStoppedError(Exception): class
123 raise ChromeTracingStoppedError(
151 raise ChromeTracingStoppedError(
202 raise ChromeTracingStoppedError(
Dchrome_tracing_agent_unittest.py271 with self.assertRaises(chrome_tracing_agent.ChromeTracingStoppedError):