commit | 81c96f303f7730cd21915d8158f25030bf032abf | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Thu Apr 07 14:13:19 2022 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Thu Apr 21 13:12:42 2022 +0100 |
tree | af7b4741a5b467a8db90f2517b8e8c039bffd938 | |
parent | f1f1fea9790ca176d4be97824b6bb9437b94f9c5 [diff] |
Add hooks for IsolatedCompilation metrics Enhance the CompOS service to report more details on failure. Create a new IsolatedCompilationMetrics class to handle reporting when compilation is scheduled and when it succeeds/fails. No metrics are logged yet - we first need to define the proto format in atoms.proto. Additionally, improve the handling of multiple calls to onCompletion so only the first one does anything. (We can get binderDied() called after success, since composd exits.) Bug: 218525257 Test: stage an APEX, run the job, observe logs Test: run composd_cmd, cause it to fail in various ways Change-Id: I4f97a82ddb5c1d53d67921e1e7ecc6c61229fb76
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.