| 236 | } |
| 237 | |
| 238 | ThreadTrace::~ThreadTrace() { |
| 239 | if (TRACE_ENABLED) { |
| 240 | TraceLogger::instance()->close_queue(thread_id_); |
| 241 | } |
| 242 | } |
| 243 | |
| 244 | void ThreadTrace::trace(TraceType category, const char *name, TracePhase phase, |
| 245 | const char *src) { |
nothing calls this directly
no test coverage detected