mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
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
This commit is contained in:
parent
5f1c09ab79
commit
ef97d72d02
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue