| 32 | namespace |
| 33 | { |
| 34 | void OnRip(const RIP_INFO& ripInfo) |
| 35 | { |
| 36 | LOG_ERROR << "Debugee process terminate unexpectedly:" |
| 37 | << "(type:" << ripInfo.dwType << ")" |
| 38 | << GetErrorMessage(ripInfo.dwError); |
| 39 | } |
| 40 | } |
| 41 | |
| 42 | //------------------------------------------------------------------------- |
no test coverage detected