commit | 14efd94b85629b89a8af3cbe2885634be570c12a | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Fri Sep 23 17:18:41 2022 +0900 |
committer | Inseob Kim <inseob@google.com> | Fri Sep 23 08:19:52 2022 +0000 |
tree | 0fc76d6ef1c7361adbdb716da716e89299e742f2 | |
parent | 0da928ae7b39b369a9364ca5dc68739ccfbec69f [diff] |
Fix potential null pointer exception WeakReference.get() may return null, so we should check it before using it. Bug: 238692795 Test: atest MicrodroidTests Change-Id: Iea261ee7f86a4090a6b19fff71dbe45a72a185d0
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.