OSDN Git Service

Add '/system/bin/vdc volume reset' command
authorNikita Ioffe <ioffe@google.com>
Mon, 2 Dec 2019 11:48:06 +0000 (11:48 +0000)
committerNikita Ioffe <ioffe@google.com>
Mon, 2 Dec 2019 11:51:20 +0000 (11:51 +0000)
commit7596581e9ff12d1bfda2a0cdc3184cfa234dcfcd
tree6b945c06f00c5cf6fbd6b12bf0856f78a47508bb
parent6e3441a8ea6023903d94f9fae5eff984a9e902a9
Add '/system/bin/vdc volume reset' command

It will be used during the userspace reboot to unmount all emulated
storages, which is a prerequisite to unmount+remount ext4 userdata into
checkpoint mode.

Test: adb shell /system/bin/vdc checkpoint startCheckpoint 1
Test: adb reboot userspace
Bug: 143970043
Bug: 135984674
Change-Id: I07491bc4be2f30debe21b764766c9def68548e16
vdc.cpp