Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long non-ASCII writes to stdout or stderr may be truncated in logcat #757

Closed
mhsmith opened this issue Dec 2, 2022 · 0 comments
Closed
Labels
Milestone

Comments

@mhsmith
Copy link
Member

mhsmith commented Dec 2, 2022

We calculate the limit in characters, but the actual limit is in bytes. See disabled tests in TestAndroidStreams.

To fix this properly we'd need to convert the string to (Modified) UTF-8, and then break long lines on character boundaries.

Related: #654, #746

@mhsmith mhsmith added the bug label Dec 2, 2022
@mhsmith mhsmith added this to the 13.1 milestone Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant