Always log to logcat

After commit 611cc94626825840661ab20f84b3903c48331dec we always pass
the log_to_stderr flag when running compsvc. So we can remove the flag.

Switched to logcat so all logs end up in the same place.

Added one extra log line in composd so it's easy to tell we succeeded
without needing to see the VM logs.

Bug: 213891964
Test: atest ComposTestCase
Test: composd_cmd test-compile, check logs
Test: composd_cmd staged-apex-compile, check logs
Change-Id: I076d06a752dbf5f13abfe971b2f7aa80a67c9a20
4 files changed
tree: cb01745cbc21c9d7edd87e328a6987b26e96cd9f
  1. .prebuilt_info/
  2. apex/
  3. apkdmverity/
  4. apkverify/
  5. authfs/
  6. binder_common/
  7. compos/
  8. demo/
  9. docs/
  10. idsig/
  11. javalib/
  12. launcher/
  13. libs/
  14. microdroid/
  15. microdroid_manager/
  16. pvmfw/
  17. statslog_virtualization/
  18. tests/
  19. virtualizationservice/
  20. vm/
  21. vmconfig/
  22. zipfuse/
  23. .clang-format
  24. .gitignore
  25. Android.bp
  26. OWNERS
  27. PREUPLOAD.cfg
  28. README.md
  29. 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.