mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 04:05:31 -04:00
* Also, cleanup to 1 file Change-Id: I9c568047a8be7952a85274d4aa8786857ab2f6a6 Signed-off-by: roynatech2544 <whiteshell2544@naver.com> Change-Id: I534de831a0a501f327fbe630e301832b2c4b79bb Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
14 lines
321 B
Text
14 lines
321 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
|
|
rm /data/debug/logcat.txt
|
|
rm /data/debug/kmsg.txt
|
|
start debug_daemon
|
|
|
|
on property:sys.boot_completed=1
|
|
stop debug_daemon
|