From 4cb2ee8e37661ea9c1b8e9f080f6ef311f5a659f Mon Sep 17 00:00:00 2001 From: roynatech2544 Date: Tue, 14 Dec 2021 14:39:29 +0900 Subject: [PATCH] universal7885: debug_daemon: move mkdir down to post-fs-data Signed-off-by: roynatech2544 --- universal7885-common/debug/init.debug_daemon.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/universal7885-common/debug/init.debug_daemon.rc b/universal7885-common/debug/init.debug_daemon.rc index 54dd883..ba9f09e 100644 --- a/universal7885-common/debug/init.debug_daemon.rc +++ b/universal7885-common/debug/init.debug_daemon.rc @@ -4,7 +4,7 @@ service debug_daemon /vendor/bin/debug_daemon oneshot disabled -on fs +on post-fs-data mkdir /data/debug 0755 root system encryption=None mkdir /data/debug/logs 0755 root system rm /data/debug/logcat.txt