Do not umount /vendor, /system, and /oem even if they are R/W.
- /vendor, /system, /oem can be remounted to R/W for development purpose. - In such case, umounting these partitions can lead into some processes not running properly during shutdown or blocking umount of fs. - So skip them. As it is dev feature, it is up to each developer to understand the risk. But for normal adb sync - reboot should be ok as shutdown involves sync operations. bug: 37737296 Test: adb remount,reboot, and check last kmsg (cherry picked from commit 6e12b388) Change-Id: Ia92a20aa672e68f695818e451ba2ae53af8f5ab9
Loading
Please register or sign in to comment