Disable root console on uart, and kernel logs on uart when secure

This commit is contained in:
Pierre-Hugues Husson 2020-12-11 14:51:01 +01:00
parent 843c0ec80a
commit 8ff15241fd
1 changed files with 2 additions and 0 deletions

View File

@ -576,6 +576,8 @@ if [ -f /system/phh/secure ];then
fi
}
setprop ctl.stop console
dmesg -n 1
copyprop ro.build.device ro.vendor.build.device
copyprop ro.system.build.fingerprint ro.vendor.build.fingerprint
copyprop ro.bootimage.build.fingerprint ro.vendor.build.fingerprint