summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2014-04-21 07:41:28 -0700
committerMark Salyzyn <salyzyn@google.com>2014-04-24 15:07:54 -0700
commit7260a5c348424d759f98c5adfe23b77d1d6e06c9 (patch)
tree72d9ebec11d06e9a6c7f6ed2f921435269cafba0
parent6798914b6fc93d6a9964129b734ec7d7be88d99b (diff)
downloadsystem_core-7260a5c348424d759f98c5adfe23b77d1d6e06c9.zip
system_core-7260a5c348424d759f98c5adfe23b77d1d6e06c9.tar.gz
system_core-7260a5c348424d759f98c5adfe23b77d1d6e06c9.tar.bz2
logd: Add README.property
Change-Id: I89da10a73470b037f1811a9890d959cae186f257
-rw-r--r--logd/README.property11
1 files changed, 11 insertions, 0 deletions
diff --git a/logd/README.property b/logd/README.property
new file mode 100644
index 0000000..15a49db
--- /dev/null
+++ b/logd/README.property
@@ -0,0 +1,11 @@
+The properties that logd responds to are:
+
+name type default description
+logd.auditd.dmesg bool true selinux audit messages duplicated and
+ sent on to dmesg log
+logd.dgram_qlen.statistics bool false Record dgram_qlen statistics. This
+ represents a performance impact and
+ is used to determine the platform's
+ minimum domain socket network FIFO
+ size (see source for details) based
+ on typical load (logcat -S)