mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: debug_daemon: correct wrong-pointing initrc
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
3a9920df46
commit
56797db83d
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@ service debug_daemon /vendor/bin/debug_daemon
|
||||||
on post-fs-data
|
on post-fs-data
|
||||||
mkdir /data/debug 0755 root system encryption=None
|
mkdir /data/debug 0755 root system encryption=None
|
||||||
mkdir /data/debug/logs 0755 root system
|
mkdir /data/debug/logs 0755 root system
|
||||||
rm /data/debug/logcat.txt
|
rm /data/debug/logs/logcat.txt
|
||||||
rm /data/debug/kmsg.txt
|
rm /data/debug/logs/kmsg.txt
|
||||||
start debug_daemon
|
start debug_daemon
|
||||||
|
|
||||||
on property:sys.boot_completed=1
|
on property:sys.boot_completed=1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue