Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-28 | log: Disable stack trace from command line | Patrik Flykt | 1 | -4/+6 | |
Add a '--nobacktrace' command line switch to let the system handle stack traces. The default is to let ConnMan handle them as before | |||||
2012-04-29 | core: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2012-04-17 | log: Remove D-Bus iterators for debug properties | Marcel Holtmann | 1 | -24/+0 | |
2011-10-06 | log: Add support for backtrace symbole resolving | Marcel Holtmann | 1 | -15/+111 | |
2011-08-15 | log: Use separate function for enable logging | Marcel Holtmann | 1 | -5/+15 | |
2010-08-20 | Move the backtrace functions to a different place | Marcel Holtmann | 1 | -46/+46 | |
2010-08-17 | ConnMan backtrace support | Samuel Ortiz | 1 | -0/+51 | |
Add a generic signal handler in order to dump ConnMan backtrace when crashing. The implementation is based on glibc backtrace() routines and thus can not resolve static function names. A little python wrapper over addr2line fixes that by taking a full backtrace from a complete connman log file. | |||||
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-12-19 | Add user data to D-Bus helper function callbacks | Marcel Holtmann | 1 | -2/+2 | |
2009-11-25 | Add support for dynamic debug framework | Marcel Holtmann | 1 | -23/+70 | |
2009-08-12 | Add function for printing warnings | Marcel Holtmann | 1 | -0/+18 | |
2009-07-22 | Add some extra logging output | Marcel Holtmann | 1 | -3/+7 | |
2009-01-21 | Add support for toggling debug output | Marcel Holtmann | 1 | -0/+8 | |
2009-01-04 | Add function to retrieve current debug status | Marcel Holtmann | 1 | -0/+5 | |
2009-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2008-08-14 | First steps into providing API documentation | Marcel Holtmann | 1 | -0/+24 | |
2008-04-14 | Use GLib option parsing | Marcel Holtmann | 1 | -4/+4 | |
2008-04-14 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2008-02-26 | Rename syslog parameter | Marcel Holtmann | 1 | -2/+2 | |
2008-02-22 | Add logging infrastructure | Marcel Holtmann | 1 | -0/+90 | |