From 56797db83d46a1ead9ac03c22438b4bcf9514476 Mon Sep 17 00:00:00 2001 From: roynatech2544 Date: Tue, 14 Dec 2021 15:36:35 +0900 Subject: [PATCH] universal7885: debug_daemon: correct wrong-pointing initrc Signed-off-by: roynatech2544 --- universal7885-common/debug/init.debug_daemon.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/universal7885-common/debug/init.debug_daemon.rc b/universal7885-common/debug/init.debug_daemon.rc index 77bbdd7..eaa19c7 100644 --- a/universal7885-common/debug/init.debug_daemon.rc +++ b/universal7885-common/debug/init.debug_daemon.rc @@ -7,8 +7,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/logcat.txt - rm /data/debug/kmsg.txt + rm /data/debug/logs/logcat.txt + rm /data/debug/logs/kmsg.txt start debug_daemon on property:sys.boot_completed=1