summaryrefslogtreecommitdiffstats
path: root/Lib/_android_support.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.13] Fix typo in `Lib/_android_support.py` (GH-127699) (#127703)Miss Islington (bot)2024-12-061-1/+1
| | | | | | Fix typo in `Lib/_android_support.py` (GH-127699) (cherry picked from commit e59caf67cdb8dae26470f00599ea8dbb00968a73) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
* [3.13] gh-125942: Android: set stdout to `errors="backslashreplace"` ↵Miss Islington (bot)2024-10-251-4/+7
| | | | | | | | | | (GH-125943) (#125950) gh-125942: Android: set stdout to `errors="backslashreplace"` (GH-125943) Android stdout/err streams now use `backslashreplace` encoding to ensure readability of the Android log. (cherry picked from commit b08570c90eb9fa2e2ee4429909b14240b7a427d4) Co-authored-by: Malcolm Smith <smith@chaquo.com>
* [3.13] gh-116622: Mock the passage of time in Android logcat rate limit ↵Miss Islington (bot)2024-09-301-1/+4
| | | | | | | | | | | | tests (GH-124015) (#124035) gh-116622: Mock the passage of time in Android logcat rate limit tests (GH-124015) Mock the passage of time in Android logcat rate limit tests (cherry picked from commit f5548834256414c6a721e9ebfa511e043e73ef03) Co-authored-by: Malcolm Smith <smith@chaquo.com> Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
* [3.13] gh-116622: Add Android test script (GH-121595) (#123061)Miss Islington (bot)2024-08-161-5/+14
| | | | | | | | | | | gh-116622: Add Android test script (GH-121595) 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. (cherry picked from commit f84cce6f2588c6437d69a30856d7c4ba00b70ae0) Co-authored-by: Malcolm Smith <smith@chaquo.com>
* [3.13] gh-116622: Android logging fixes (GH-122698) (#122719)Miss Islington (bot)2024-08-161-28/+100
| | | | | | | | | gh-116622: Android logging fixes (GH-122698) Modifies the handling of stdout/stderr redirection on Android to accomodate the rate and buffer size limits imposed by Android's logging infrastructure. (cherry picked from commit b0c48b8fd88f26b31ec2f743358091073277dcde) Co-authored-by: Malcolm Smith <smith@chaquo.com>
* gh-116622: Redirect stdout and stderr to system log when embedded in an ↵Malcolm Smith2024-04-301-0/+94
Android app (#118063)