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
b6a27cf7a5
commit
a10c93e70b
1 changed files with 1 additions and 0 deletions
|
@ -663,6 +663,7 @@ service rmt_storage /vendor/bin/rmt_storage
|
||||||
class core
|
class core
|
||||||
user root
|
user root
|
||||||
group system wakelock
|
group system wakelock
|
||||||
|
shutdown critical
|
||||||
ioprio rt 0
|
ioprio rt 0
|
||||||
|
|
||||||
service thermal-engine /vendor/bin/thermal-engine -c /vendor/etc/thermal-engine-8226.conf
|
service thermal-engine /vendor/bin/thermal-engine -c /vendor/etc/thermal-engine-8226.conf
|
||||||
|
|
Loading…
Reference in a new issue