Mark Salyzyn | 7260a5c | 2014-04-21 07:41:28 -0700 | [diff] [blame] | 1 | The properties that logd responds to are: |
| 2 | |
| 3 | name type default description |
Mark Salyzyn | e0fa291 | 2014-04-28 16:39:04 -0700 | [diff] [blame] | 4 | logd.auditd bool true Enable selinux audit daemon |
Mark Salyzyn | 7260a5c | 2014-04-21 07:41:28 -0700 | [diff] [blame] | 5 | logd.auditd.dmesg bool true selinux audit messages duplicated and |
| 6 | sent on to dmesg log |
Mark Salyzyn | f5fc509 | 2014-09-21 14:22:18 -0700 | [diff] [blame] | 7 | logd.statistics bool depends Enable logcat -S statistics. |
| 8 | ro.config.low_ram bool false if true, logd.statistics default false |
| 9 | ro.build.type string if user, logd.statistics default false |
Mark Salyzyn | 671e343 | 2014-05-06 07:34:59 -0700 | [diff] [blame] | 10 | persist.logd.size number 256K default size of the buffer for all |
| 11 | log ids at initial startup, at runtime |
| 12 | use: logcat -b all -G <value> |
| 13 | persist.logd.size.main number 256K Size of the buffer for the main log |
| 14 | persist.logd.size.system number 256K Size of the buffer for the system log |
| 15 | persist.logd.size.radio number 256K Size of the buffer for the radio log |
| 16 | persist.logd.size.event number 256K Size of the buffer for the event log |
| 17 | persist.logd.size.crash number 256K Size of the buffer for the crash log |
| 18 | |
| 19 | NB: |
| 20 | - number support multipliers (K or M) for convenience. Range is limited |
| 21 | to between 64K and 256M for log buffer sizes. Individual logs override the |
| 22 | global default. |