-
-
Notifications
You must be signed in to change notification settings - Fork 34.3k
gh-116622: Redirect stdout and stderr to system log when embedded in an Android app #118063
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
1f65ec6
Redirect stdout and stderr to system log when embedded in an Android app
mhsmith d5cadd5
Deal with variations in older Android versions
mhsmith 8e4d56a
Deal with even older Android versions
mhsmith 6da6ef0
Update stdlib_module_names.h
mhsmith c6d9809
Move ctypes import from top level into a function, since it's not ava…
mhsmith 1f21141
Add #ifdef to avoid unused-function warning on other platforms
mhsmith a8b6760
Avoid importing ctypes on startup
mhsmith bbe816f
Clarify comment
mhsmith aea0b8b
Fix issues with nulls and newlines
mhsmith 41736d6
Improve identification of bytes-like objects
mhsmith 02cf414
Fix C coding style
mhsmith 61d7e98
Use LOOPBACK_TIMEOUT to wait for subprocesses, and add breadcrumb to …
mhsmith 3014e6c
Add tests for str subclasses
mhsmith 839de0f
Add tests for other bytes-like objects
mhsmith 0ffb19f
Add tests for Unicode surrogates and non-standard line separators
mhsmith b2e2ef6
Bytes cleanups
mhsmith 56e6f85
Str cleanups
mhsmith 53ba406
Update configure.ac
mhsmith 5874687
Autoreconf
mhsmith File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Improve identification of bytes-like objects
- Loading branch information
commit 41736d6a9487dfe94c057178068e37e2da8fef6d
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.