commit | b1a98aede8b725e04c93fe50a520d6f1e6051389 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Wed Mar 08 11:22:36 2023 +0000 |
committer | David Brazdil <dbrazdil@google.com> | Mon Mar 27 14:50:15 2023 +0100 |
tree | 22a7d0b18d566d2f3ffa2e2ade6a70d4adae210e | |
parent | 5af55834d0477d6ce858b0d4c11c0ceda509a999 [diff] |
Reuse Binder connection for VirtualizationService RpcSession can leak threads if not properly shut down. This is being fixed in a different bug/CL, but we can also avoid this problem by reusing one RpcSession for multiple connections to the same virtmgr server. Bug: 269731051 Bug: 271830568 Test: atest MicrodroidTestApp Change-Id: I232ec3893c34abcc5aaa3a07e69ce479df76fb0d
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.