From a10c93e70bbef926043f268e6f376d1e1f5eaf4a Mon Sep 17 00:00:00 2001 From: Bruce Levy Date: Wed, 2 Aug 2017 15:21:07 -0700 Subject: [PATCH] msm8226-common: init: Mark rmt_storage as shutdown critical rmt_storage should not be automatically killed by Android during shutdown since it is needed to actually process the peripheral shutdown --- rootdir/etc/init.qcom.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index e4c4c49..9e0929b 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -663,6 +663,7 @@ service rmt_storage /vendor/bin/rmt_storage class core user root group system wakelock + shutdown critical ioprio rt 0 service thermal-engine /vendor/bin/thermal-engine -c /vendor/etc/thermal-engine-8226.conf