From 4dfc2f7ebdc7c98604e7601dc904275feb699859 Mon Sep 17 00:00:00 2001 From: Anh Nguyen Date: Fri, 27 Feb 2015 08:34:26 -0800 Subject: [PATCH] Auto-start RIDL/LogKit II Auto-start process on boot Change-Id: Ie430dcd74ebc94f5be3b8b8a67c81cbca5f1545f --- rootdir/etc/init.qcom.post_boot.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rootdir/etc/init.qcom.post_boot.sh b/rootdir/etc/init.qcom.post_boot.sh index 060cbf59..190006ec 100644 --- a/rootdir/etc/init.qcom.post_boot.sh +++ b/rootdir/etc/init.qcom.post_boot.sh @@ -1208,3 +1208,6 @@ if [ -c /dev/coresight-stm ]; then fi fi fi + +# Start RIDL/LogKit II client +su -c /system/vendor/bin/startRIDL.sh