| 424 | } |
| 425 | |
| 426 | void FailedEventSerialization() |
| 427 | { |
| 428 | // After one event of one of the interesting types fails to record, |
| 429 | // don't try again |
| 430 | sWatching = false; |
| 431 | BasicUI::CallAfter( []{ |
| 432 | BasicUI::ShowMessageBox(XO("Journal recording failed")); |
| 433 | } ); |
| 434 | } |
| 435 | |
| 436 | namespace { |
| 437 |
no test coverage detected