• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1The properties that logd responds to are:
2
3name                       type default  description
4logd.auditd                 bool  true   Enable selinux audit daemon
5logd.auditd.dmesg           bool  true   selinux audit messages duplicated and
6                                         sent on to dmesg log
7logd.klogd                  bool depends Enable klogd daemon
8logd.statistics             bool depends Enable logcat -S statistics.
9ro.config.low_ram           bool  false  if true, logd.statistics & logd.klogd
10                                         default false
11ro.build.type               string       if user, logd.statistics & logd.klogd
12                                         default false
13persist.logd.logpersistd    string       Enable logpersist daemon, "logcatd"
14                                         turns on logcat -f in logd context
15persist.logd.size          number 256K   default size of the buffer for all
16                                         log ids at initial startup, at runtime
17                                         use: logcat -b all -G <value>
18persist.logd.size.main     number 256K   Size of the buffer for the main log
19persist.logd.size.system   number 256K   Size of the buffer for the system log
20persist.logd.size.radio    number 256K   Size of the buffer for the radio log
21persist.logd.size.event    number 256K   Size of the buffer for the event log
22persist.logd.size.crash    number 256K   Size of the buffer for the crash log
23
24NB:
25- number support multipliers (K or M) for convenience. Range is limited
26  to between 64K and 256M for log buffer sizes. Individual logs override the
27  global default.
28