| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Android pipes stdout/stderr to the log, which means every write to the log
becomes a separate log line. As a result, most practical uses of stdout/stderr
should be buffered; but it doesn't hurt to preserve unbuffered handling in case
it's useful.
|
| |
|
| |
Ensures that failures in test setup don't result in dangling threads.
|
| |
|
|
| |
Minimum Android API level has been increased to 24 (Android 7.0).
|
| |
|
| |
Android stdout/err streams now use `backslashreplace` encoding to ensure readability of the Android log.
|
| |
|
|
|
| |
Mock the passage of time in Android logcat rate limit tests
Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
|
| |
|
|
|
|
|
| |
Adds a script for running the test suite on Android emulator devices. Starting
with a fresh install of the Android Commandline tools; the script manages
installing other requirements, starting the emulator (if required), and
retrieving results from that emulator.
|
| |
|
|
| |
Modifies the handling of stdout/stderr redirection on Android to accomodate
the rate and buffer size limits imposed by Android's logging infrastructure.
|
|
|
Android app (#118063)
|