| Home · All Namespaces · All Classes · Main Classes |
#include <signal.h>#include <execinfo.h>#include <MGConfItem>#include <QFileInfo>#include <QDateTime>#include <QtDebug>#include <QApplication>#include "dcpwrongapplets.h"#include "dcpappletdb.h"#include "dcpappletmetadata.h"#include "dcpdebug.h"
Defines | |
| #define | KEY_SEPARATOR "/" |
| #define | BACKTRACE_SIZE 128 |
Functions | |
| bool | backtrace_line_is_an_applet (const char *line, const char **start, const char **end) |
| void | mark_applet_as_bad (const char *full_path) |
| bool | some_crash_happened (void) |
| void | termination_signal_handler (int signum) |
Variables | |
| const QString | keyPath = "/apps/duicontrolpanel/badplugins" |
| const QString | dcpTimeStampPath = keyPath + "/dcpTimeStamp" |
| #define BACKTRACE_SIZE 128 |
| #define KEY_SEPARATOR "/" |
| bool backtrace_line_is_an_applet | ( | const char * | line, | |
| const char ** | start, | |||
| const char ** | end | |||
| ) |
| void mark_applet_as_bad | ( | const char * | full_path | ) |
| bool some_crash_happened | ( | void | ) |
Returns true if an applet crash has been discovered.
| void termination_signal_handler | ( | int | signum | ) |
| const QString dcpTimeStampPath = keyPath + "/dcpTimeStamp" |
| const QString keyPath = "/apps/duicontrolpanel/badplugins" |
| Copyright © 2009 Nokia Corporation | Generated on Thu Feb 24 06:03:39 2011 Doxygen 1.6.1 |
Meego control panel |