mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
15 lines
367 B
Text
15 lines
367 B
Text
service debug_daemon /vendor/bin/debug_daemon
|
|
user root
|
|
group system
|
|
oneshot
|
|
disabled
|
|
|
|
on post-fs-data
|
|
mkdir /data/debug 0755 root system encryption=None
|
|
mkdir /data/debug/logs 0755 root system
|
|
rm /data/debug/logcat.txt
|
|
rm /data/debug/kmsg.txt
|
|
start debug_daemon
|
|
|
|
on property:sys.boot_completed=1
|
|
stop debug_daemon
|