mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 04:05:31 -04:00
universal7885: debug_daemon: Don't check, just log
* 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>
This commit is contained in:
parent
533869685c
commit
b898b96c3f
5 changed files with 17 additions and 84 deletions
|
|
@ -6,9 +6,8 @@ service debug_daemon /vendor/bin/debug_daemon
|
|||
|
||||
on post-fs-data
|
||||
mkdir /data/debug 0755 root system encryption=None
|
||||
mkdir /data/debug/logs 0755 root system
|
||||
rm /data/debug/logs/logcat.txt
|
||||
rm /data/debug/logs/kmsg.txt
|
||||
rm /data/debug/logcat.txt
|
||||
rm /data/debug/kmsg.txt
|
||||
start debug_daemon
|
||||
|
||||
on property:sys.boot_completed=1
|
||||
|
|
|
|||
Loading…
Reference in a new issue