#include <opie2/odebug.h>#include <opie2/oapplication.h>#include <opie2/oglobalsettings.h>#include <opie2/oconfig.h>#include <qfile.h>#include <qmessagebox.h>#include <qsocketdevice.h>#include <stdlib.h>#include <unistd.h>#include <stdarg.h>#include <ctype.h>#include <syslog.h>#include <errno.h>#include <string.h>#include <execinfo.h>Include dependency graph for odebug.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | Opie |
| namespace | Opie::Core |
| namespace | Opie::Core::Internal |
Enumerations | |
| enum | DebugLevels { ODEBUG_INFO = 0, ODEBUG_WARN = 1, ODEBUG_ERROR = 2, ODEBUG_FATAL = 3 } |
Functions | |
| static void | clean_up_routine () |
| odbgstream & | perror (odbgstream &s) |
| odbgstream | odDebug (int area) |
| odbgstream | odDebug (bool cond, int area) |
| odbgstream | odError (int area) |
| odbgstream | odError (bool cond, int area) |
| odbgstream | odWarning (int area) |
| odbgstream | odWarning (bool cond, int area) |
| odbgstream | odFatal (int area) |
| odbgstream | odFatal (bool cond, int area) |
| QString | odBacktrace (int levels) |
| void | odClearDebugConfig () |
Variables | |
| static DebugBackend * | backEnd = 0 |
|
|
Definition at line 79 of file odebug.cpp. |
|
|
Definition at line 234 of file odebug.cpp. References Opie::Core::Internal::backEnd, and qWarning(). Referenced by Opie::Core::odbgstream::flush(). |
|
|
Returns a backtrace.
Definition at line 612 of file odebug.cpp. References QString::fromLatin1(), i, QString::number(), and s. Referenced by DemoApp::emitTBOutput(). |
|
|
Deletes the odebugrc cache and therefore forces KDebug to reread the config file Definition at line 634 of file odebug.cpp. |
|
||||||||||||
|
Definition at line 252 of file odebug.cpp. References Opie::Core::Internal::ODEBUG_INFO. |
|
|
Returns a debug stream. You can use it to print debug information.
Definition at line 248 of file odebug.cpp. References Opie::Core::Internal::ODEBUG_INFO. |
|
||||||||||||
|
Definition at line 263 of file odebug.cpp. References Opie::Core::Internal::ODEBUG_ERROR. |
|
|
Returns an error stream. You can use it to print error information.
Definition at line 258 of file odebug.cpp. References Opie::Core::Internal::ODEBUG_ERROR. |
|
||||||||||||
|
Definition at line 283 of file odebug.cpp. References Opie::Core::Internal::ODEBUG_FATAL. |
|
|
Returns a fatal error stream. You can use it to print fatal error information.
Definition at line 278 of file odebug.cpp. References Opie::Core::Internal::ODEBUG_FATAL. |
|
||||||||||||
|
Definition at line 273 of file odebug.cpp. References Opie::Core::Internal::ODEBUG_WARN. |
|
|
Returns a warning stream. You can use it to print warning information.
Definition at line 268 of file odebug.cpp. References Opie::Core::Internal::ODEBUG_WARN. |
|
|
|
Definition at line 232 of file odebug.cpp. Referenced by Opie::Core::clean_up_routine(), and Opie::Core::odbgstream::flush(). |
1.4.2