aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/android/android_logger.h
Commit message (Collapse)AuthorAgeFilesLines
* Moved Android specific logger to separate plugin.Tobias Brunner2012-08-081-52/+0
| | | | | | This is mainly because the other parts of the existing android plugin can not be built in the NDK (access to keystore and system properties are not part of the stable NDK libraries).
* Use a separate interface for loggers.Tobias Brunner2012-05-021-2/+2
| | | | | | | | The new interface does not allow loggers to unregister themselves from the bus. This allows us to use a rwlock_t for them. The latter also means that loggers can now be called concurrently by multiple threads.
* Adding an Android specific logger.Tobias Brunner2010-06-151-0/+52