commit | 415097c7250a51650e8d17adfe11ba5174d6939e | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Fri Oct 21 14:17:05 2022 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Fri Oct 21 14:25:27 2022 +0100 |
tree | a92801d419b2d1fc6f1c96df06eb6c08b490b8fc | |
parent | 59a0384f51896f4a14544be6488c02348cbd8dcd [diff] |
virtualizationservice: Fix log messages Change I55ebb75f93943a3095f27c74fcef577a1d054865 introduced new VM callbacks which collect CPU and memory stats from the VM. However, the log messages were copied from notifyError() and not updated. As a result, the log says that the VM had reported an error every second. Update the text of the messages. Test: run a VM, inspect virtualizationservice logs Change-Id: I37a19ae4b871f324592071f671f87bdb5b8ed45a
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.