Add temporary serial logcat and persistent logging for bring-up
This commit is contained in:
parent
98b243b081
commit
460db77d17
2 changed files with 19 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue