| 155 | } |
| 156 | |
| 157 | void FileOnlyProfilingConnection::Fail(const std::string& errorMessage) |
| 158 | { |
| 159 | Close(); |
| 160 | throw arm::pipe::ProfilingException(errorMessage); |
| 161 | } |
| 162 | |
| 163 | /// Adds a local packet handler to the FileOnlyProfilingConnection. Invoking this will start |
| 164 | /// a processing thread that will ensure that processing of packets will happen on a separate |
nothing calls this directly
no test coverage detected