MCPcopy Create free account
hub / github.com/audacity/audacity / FailedEventSerialization

Function FailedEventSerialization

src/JournalEvents.cpp:426–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424}
425
426void 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
436namespace {
437

Callers 2

WindowEventSerializationFunction · 0.85
FilterEventMethod · 0.85

Calls 2

CallAfterFunction · 0.85
ShowMessageBoxFunction · 0.85

Tested by

no test coverage detected