blob: f4b3c3c449c493d510c23444504db60e390b0d59 [file] [log] [blame]
Mark Salyzyn7260a5c2014-04-21 07:41:28 -07001The properties that logd responds to are:
2
3name type default description
Mark Salyzyne0fa2912014-04-28 16:39:04 -07004logd.auditd bool true Enable selinux audit daemon
Mark Salyzyn7260a5c2014-04-21 07:41:28 -07005logd.auditd.dmesg bool true selinux audit messages duplicated and
6 sent on to dmesg log
Mark Salyzyne0fa2912014-04-28 16:39:04 -07007logd.statistics.dgram_qlen bool false Record dgram_qlen statistics. This
Mark Salyzyn7260a5c2014-04-21 07:41:28 -07008 represents a performance impact and
9 is used to determine the platform's
10 minimum domain socket network FIFO
11 size (see source for details) based
Mark Salyzyne0fa2912014-04-28 16:39:04 -070012 on typical load (logcat -S to view)
Mark Salyzyn671e3432014-05-06 07:34:59 -070013persist.logd.size number 256K default size of the buffer for all
14 log ids at initial startup, at runtime
15 use: logcat -b all -G <value>
16persist.logd.size.main number 256K Size of the buffer for the main log
17persist.logd.size.system number 256K Size of the buffer for the system log
18persist.logd.size.radio number 256K Size of the buffer for the radio log
19persist.logd.size.event number 256K Size of the buffer for the event log
20persist.logd.size.crash number 256K Size of the buffer for the crash log
21
22NB:
23- number support multipliers (K or M) for convenience. Range is limited
24 to between 64K and 256M for log buffer sizes. Individual logs override the
25 global default.