diff options
Diffstat (limited to 'conf/plugins/android_log.conf')
-rw-r--r-- | conf/plugins/android_log.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/plugins/android_log.conf b/conf/plugins/android_log.conf new file mode 100644 index 000000000..4d87eed85 --- /dev/null +++ b/conf/plugins/android_log.conf @@ -0,0 +1,11 @@ +android_log { + + # Whether to load the plugin. Can also be an integer to increase the + # priority of this plugin. + load = yes + + # Loglevel for logging to Android specific logger. + # loglevel = 1 + +} + |