Reset dev.bootcomplete property during userspace reboot
Test: adb reboot userspace Bug: 135984674 Change-Id: I7c6e433c819fc22e88820626768fe8832882386e
This commit is contained in:
parent
86e13d79cc
commit
c2bc1a3422
1 changed files with 1 additions and 0 deletions
|
@ -1033,6 +1033,7 @@ on init && property:ro.debuggable=1
|
|||
on userspace-reboot-requested
|
||||
# TODO(b/135984674): reset all necessary properties here.
|
||||
setprop sys.boot_completed ""
|
||||
setprop dev.bootcomplete ""
|
||||
setprop sys.init.updatable_crashing ""
|
||||
setprop sys.init.updatable_crashing_process_name ""
|
||||
setprop apexd.status ""
|
||||
|
|
Loading…
Reference in a new issue