From 71718007545675ab1a8363385b243a2fb3574974 Mon Sep 17 00:00:00 2001 From: lupesoltec Date: Wed, 10 Aug 2022 11:18:36 +0800 Subject: [PATCH] sdm710-common: rootdir: Remove command 'rm /data/vendor/perfd/default_values' We don't have this file on the device * init: Command 'rm /data/vendor/perfd/default_values' action=post-fs-data (/vendor/etc/init/hw/init.qcom.rc:303) took 1ms and failed: unlink() failed: No such file or directory Signed-off-by: lupesoltec --- rootdir/etc/init.qcom.rc | 1 - 1 file changed, 1 deletion(-) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 6490d60..b891c0c 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -413,7 +413,6 @@ on post-fs-data #Create PERFD deamon related dirs mkdir /data/vendor/perfd 0770 root system chmod 2770 /data/vendor/perfd - rm /data/vendor/perfd/default_values mkdir /data/vendor/secure_element 0777 system system