From d2305a880b64427e90efedc395544cb50c1deac0 Mon Sep 17 00:00:00 2001 From: Bruce Levy Date: Wed, 2 Aug 2017 15:21:07 -0700 Subject: [PATCH] msm8976-common: 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 Change-Id: I58a29fe86955f0abad944727bb4208dad89f495d --- 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 54b3876..c20b033 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -1362,6 +1362,7 @@ service rmt_storage /vendor/bin/rmt_storage class core user root group wakelock + shutdown critical writepid /dev/cpuset/system-background/tasks service tftp_server /vendor/bin/tftp_server