1
0
Fork 0

Add temporary serial logcat and persistent logging for bring-up

This commit is contained in:
Brendan Szymanski 2026-07-12 14:30:24 -04:00
parent 98b243b081
commit 460db77d17
2 changed files with 19 additions and 0 deletions

View file

@ -97,4 +97,9 @@ ro.hardware.egl=angle
ro.hardware.vulkan=pastel
ro.opengles.version=196608
# Bring-up debugging: persist full logcat to /data/misc/logd so failed boots
# can be analyzed offline from the SD card. Remove once the port is stable.
persist.logd.logpersistd=logcatd
persist.logd.logpersistd.enable=true