Home
last modified time | relevance | path

Searched refs:TraceException (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Dlog.py29 class TraceException(Exception): class
58 raise TraceException("Already enabled")
60 raise TraceException("Tracing control not allowed in child processes.")
74 raise TraceException(
108 raise TraceException("Tracing control not allowed in child processes.")
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_event.py119 raise TraceException(
Dtrace_event_unittest.py75 except log.TraceException: