◐ Shell
clean mode source ↗

gh-116622: Android logging fixes by mhsmith · Pull Request #122698 · python/cpython

added 4 commits

August 2, 2024 00:03

@mhsmith

@mhsmith

@mhsmith mhsmith marked this pull request as ready for review

August 5, 2024 22:16

@freakboy3742

freakboy3742

freakboy3742

@freakboy3742

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Aug 6, 2024
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 b0c48b8)

Co-authored-by: Malcolm Smith <smith@chaquo.com>

brandtbucher pushed a commit to brandtbucher/cpython that referenced this pull request

Aug 7, 2024
Modifies the handling of stdout/stderr redirection on Android to accomodate 
the rate and buffer size limits imposed by Android's logging infrastructure.

freakboy3742 pushed a commit that referenced this pull request

Aug 16, 2024
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 b0c48b8)

Co-authored-by: Malcolm Smith <smith@chaquo.com>

blhsing pushed a commit to blhsing/cpython that referenced this pull request

Aug 22, 2024
Modifies the handling of stdout/stderr redirection on Android to accomodate 
the rate and buffer size limits imposed by Android's logging infrastructure.