commit | abf84edde8a0faf60806cdde45eb850edf207598 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Thu Jul 07 15:30:14 2022 +0900 |
committer | Shikha Panwar <shikhapanwar@google.com> | Mon Aug 01 19:18:42 2022 +0000 |
tree | 03608bfa424d41b4740816213bad7b2f7e345944 | |
parent | 6644f2f8aca92f2c36dd36d3aaa06c125ddcf049 [diff] |
Use log file instead of micrdroid logcat for tests This reduces flakiness by reducing the commands run by host on microdroid shell (such as locat, grep). Log files are more reliable. ------ Mostly a cherrypick of r.android.com/2147670 + change required to resolve merge conflict. Two reasons 1) log file is more reliable than microdroid logcat 2) we're going to make microdroid logcat a bootstrap binary. Then shell can't execute logcat freely, because shell doesn't have access to the bootstrap binaries Bug: 238135989, 239849383 Test: atest MicrodroidHostTestCases Merged-In: I0a477fcdf5b674da171cadc307d99b4d4a50d46c Change-Id: I0a477fcdf5b674da171cadc307d99b4d4a50d46c
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.