From 5f4ca3b2dc73645d29474ae415d96b939a4a066b Mon Sep 17 00:00:00 2001 From: Bruce Levy Date: Thu, 3 Aug 2017 17:41:08 +0000 Subject: shinano-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 168e17d..c94e7a6 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -483,6 +483,7 @@ service rmt_storage /vendor/bin/rmt_storage class core user root group system wakelock + shutdown critical service sensors /vendor/bin/sensors.qcom class core -- cgit v1.2.3