mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
universal7885: debug_daemon: move mkdir down to post-fs-data
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
941eae5af8
commit
4cb2ee8e37
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ service debug_daemon /vendor/bin/debug_daemon
|
||||||
oneshot
|
oneshot
|
||||||
disabled
|
disabled
|
||||||
|
|
||||||
on fs
|
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/logcat.txt
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue