commit | 45713c7586cb9f382bf9dbc43072d884841f17f5 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Mon Jan 09 12:35:29 2023 +0000 |
committer | David Brazdil <dbrazdil@google.com> | Mon Jan 09 14:01:49 2023 +0000 |
tree | 190b258bdf4293b2d7ca393cd9849dd24d0fc5af | |
parent | 2466a4239af98d6e5db9902750383d03c3abc4d0 [diff] |
javalib: More eagerly terminate virtmgr The VirtualizationService class holds a singleton reference as a SoftReference. Since dropping the reference is a signal to terminate the virtmgr process, we should garbage-collect the object more eagerly to free up resources. Switch the field to WeakReference. Bug: 245727626 Test: atest MicrodroidTestApp Change-Id: I3097b1528851aa2ccde570492db062bbaf17c506
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.