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
1 file changed
tree: a92801d419b2d1fc6f1c96df06eb6c08b490b8fc
  1. apex/
  2. apkdmverity/
  3. authfs/
  4. avmd/
  5. compos/
  6. demo/
  7. docs/
  8. javalib/
  9. launcher/
  10. libs/
  11. microdroid/
  12. microdroid_manager/
  13. pvmfw/
  14. rialto/
  15. tests/
  16. virtualizationservice/
  17. vm/
  18. vmbase/
  19. vmclient/
  20. zipfuse/
  21. .clang-format
  22. .gitignore
  23. Android.bp
  24. OWNERS
  25. PREUPLOAD.cfg
  26. README.md
  27. TEST_MAPPING
README.md

Virtualization

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.