| 145 | } |
| 146 | |
| 147 | GlobalHandler::~GlobalHandler() |
| 148 | { |
| 149 | if(m_fullyCreated) { |
| 150 | delete handler_; |
| 151 | handler_ = 0; |
| 152 | instance_ = 0; |
| 153 | |
| 154 | reporterFullFileName_.clear(); |
| 155 | } |
| 156 | } |
| 157 | |
| 158 | bool GlobalHandler::writeMinidump() |
| 159 | { |
nothing calls this directly
no outgoing calls
no test coverage detected