commit | ea72cfbcf78f47ce2dd673b9f59428dbd78435f2 | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Thu Mar 13 12:47:10 2025 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Wed Mar 12 20:51:07 2025 -0700 |
tree | fa1c3546444841d4fa8bc04b856f38a3ef2c2854 | |
parent | 6352794b9e2237c7d4d27f8ebd6fb1495b872837 [diff] |
Handle gRPC canellation case there was a crash when onNext() is called 'after' shutdown service in the guest is shut down. it happens really rarely, but for stability, add cancellation status check, and callback for the status. Fix: 398765174 Test: keep calling onNext() and check if there is no exception Change-Id: I4d023647a1c69cc2f6b029fb05724bf98b99f35d
Android Virtualization Framework (AVF) provides secure and private execution environments for executing code. AVF is ideal for security-oriented use cases that require stronger isolation assurances over those offered by Android’s app sandbox.
Visit our public doc site to learn more about what AVF is, what it is for, and how it is structured. This repository contains source code for userspace components of AVF.
If you want a quick start, see the getting started guideline and follow the steps there.
For in-depth explanations about individual topics and components, visit the following links.
AVF components:
AVF APIs:
How-Tos: