commit | 15ad33a8b1c219f5b1bab15fa18494893caa953b | [log] [tgz] |
---|---|---|
author | Narayan Kamath <narayan@google.com> | Tue Apr 09 18:45:32 2019 +0100 |
committer | Narayan Kamath <narayan@google.com> | Tue Apr 09 18:45:32 2019 +0100 |
tree | 455272886c14b18e78f09409a60b168620b73d25 | |
parent | 143498f79715b29be81072594b8f55820dfcee8c [diff] |
AppFuseUtil: Call ForceUnmount before PrepareDir. We'd previously call ForceUnmount after the call to PrepareDir, which would sometimes fail because the userspace counterpart of a FUSE FS that was previously mounted at that mountpoint has gone away. This is usually reproducible after a runtime restart. Bug: 128459728 Test: Loop (adb shell start; atest MediaStore_Images_MediaTest; adb shell stop;) Change-Id: I38d3908487123614c338266f983afb04e3ed78d4