Project

General

Profile

Actions

Feature #802

closed

log to syslog if a method call fails

Added by herrlado over 12 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
11/12/2011
Due date:
% Done:

0%

Estimated time:

Description

try {
return f(arg);
} catch (const std::exception& ex) {
esyslog("vdrmanager: catch an exception 1: %s", ex.what());
} catch (...) {
esyslog("vdrmanager: catch an exception 1");
usleep(100);
}

Actions #1

Updated by herrlado over 12 years ago

  • Target version set to vdr-plugin-vdrmanager-0.5
Actions #2

Updated by herrlado over 12 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF