| 1174 | } |
| 1175 | |
| 1176 | void BaseTraceEvent::setThreadId() { |
| 1177 | this->detail("ThreadID", getTraceThreadId()); |
| 1178 | } |
| 1179 | |
| 1180 | int BaseTraceEvent::getMaxFieldLength() const { |
| 1181 | return maxFieldLength; |
nothing calls this directly
no test coverage detected