mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
14 lines
321 B
Text
14 lines
321 B
Text
service debug_daemon /system/bin/debug_daemon
|
|
user root
|
|
group system
|
|
oneshot
|
|
disabled
|
|
|
|
on post-fs-data
|
|
mkdir /data/debug 0755 root system encryption=None
|
|
rm /data/debug/logcat.txt
|
|
rm /data/debug/kmsg.txt
|
|
start debug_daemon
|
|
|
|
on property:sys.boot_completed=1
|
|
stop debug_daemon
|