mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: Adopt to changes on R10
* The /proc/kmsg buffer is empty by default
This commit is contained in:
parent
4c9d50ef37
commit
cb6cd3067d
4 changed files with 6 additions and 2 deletions
|
|
@ -8,7 +8,10 @@ on post-fs-data
|
|||
mkdir /data/debug 0755 root system encryption=None
|
||||
rm /data/debug/logcat.txt
|
||||
rm /data/debug/kmsg.txt
|
||||
# Turn on logging
|
||||
write /sys/module/printk/parameters/enabled 1
|
||||
start eureka_debugger
|
||||
|
||||
on property:sys.boot_completed=1
|
||||
stop eureka_debugger
|
||||
write /sys/module/printk/parameters/enabled 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue