History log of /frameworks/base/services/core/jni/com_android_server_storage_AppFuseBridge.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e56740dc081cd3024fa2a0c72689febd49ee1c9f 02-Feb-2017 Daichi Hirono <hirono@google.com> Use a single thread to handle multiple AppFuse mounts.

Previously StorageManagerService launched a thread per AppFuse mount
point. The CL changes the behavior so that it just launches a single
thread to handle multiple AppFuse mounts.

Bug: 34903085
Test: CTS and manually testing
Change-Id: I2d9e7232834b0c8eff633b85110a3b38534171f7
/frameworks/base/services/core/jni/com_android_server_storage_AppFuseBridge.cpp
976e63bdd3c2d68622d79753a97c876f284b2acc 15-Nov-2016 Daichi Hirono <hirono@google.com> Use StartFuseBridgeLoop function instead of FuseBridgeLoop class.

The method is being renamed from FuseBridgeLoop::Start to StartFuseBridgeLoop
in libappfuse. The CL handles the change in the framework side.

Bug: 29970149
Test: None
Change-Id: I70b91e426fa817d84c7f1f5f24c9e3ba401e523b
/frameworks/base/services/core/jni/com_android_server_storage_AppFuseBridge.cpp
3ff1c01cae0b654acd53088634e07e26557edd99 27-Oct-2016 Daichi Hirono <hirono@google.com> Add AppFuseBridge class to the system service.

Bug: 29970149
Test: None
Change-Id: I1d40d8e3aec1c57a31d5ae66b33305990dc86b67
/frameworks/base/services/core/jni/com_android_server_storage_AppFuseBridge.cpp