We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e69aea9 + b5f93df commit b0cd5f8Copy full SHA for b0cd5f8
1 file changed
rootdir/init.rc
@@ -590,9 +590,10 @@ on late-fs
590
# Load trusted keys from dm-verity protected partitions
591
exec -- /system/bin/fsverity_init --load-verified-keys
592
593
+on late-fs && property:ro.product.cpu.abilist64=*
594
# Set up a tracing instance for system_server to monitor error_report_end events.
595
# These are sent by kernel tools like KASAN and KFENCE when a memory corruption
- # is detected.
596
+ # is detected. This is only needed for 64-bit systems.
597
mkdir /sys/kernel/tracing/instances/bootreceiver 0700 system system
598
restorecon_recursive /sys/kernel/tracing/instances/bootreceiver
599
write /sys/kernel/tracing/instances/bootreceiver/buffer_size_kb 1
0 commit comments