Don't restart zygote when inputflinger dies.
During development it is useful to be able to kill inputflinger and have init restart it without bringing down the entire system server. Change-Id: I8b13b94331c5045086db2f5c73a8f49efc5992cb
This commit is contained in:
parent
f8fcd6a616
commit
7c6020ba53
1 changed files with 1 additions and 1 deletions
|
@ -583,7 +583,7 @@ service inputflinger /system/bin/inputflinger
|
|||
class main
|
||||
user system
|
||||
group input
|
||||
onrestart restart zygote
|
||||
# onrestart restart zygote
|
||||
|
||||
service drm /system/bin/drmserver
|
||||
class main
|
||||
|
|
Loading…
Reference in a new issue