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 = "/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 = "/dcpTimeStamp" |
const QString keyPath = "/apps/duicontrolpanel/badplugins" |
Copyright © 2009 Nokia Corporation | Generated on Tue Jul 5 2011 15:01:31 Doxygen 1.7.1 |
Meego control panel |