Allow crashCommand for tombstone to fail

Because the crash command is meant to "crash" microdroid, it can
sometimes fail (due to adbd exiting too early). Using tryRun can reduce
flakiness.

Bug: 325035938
Test: atest MicrodroidHostTests
Change-Id: I45e4f578d6ea62bc6bb7b29b3b36221738b5f9cc
(cherry picked from commit 1aa4bdf4458f492729bff274953b4748322b0be7)
1 file changed
tree: 5985fe51a9f0f41af94bf13d2dfc8a6249b4fdd5
  1. apex/
  2. apkdmverity/
  3. authfs/
  4. compos/
  5. demo/
  6. docs/
  7. encryptedstore/
  8. javalib/
  9. launcher/
  10. libs/
  11. microdroid/
  12. microdroid_manager/
  13. pvmfw/
  14. rialto/
  15. tests/
  16. virtualizationmanager/
  17. virtualizationservice/
  18. vm/
  19. vm_payload/
  20. vmbase/
  21. vmclient/
  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.