Skip to content

Commit

Permalink
[3.13] Fix typo in Lib/_android_support.py (pythonGH-127699) (pytho…
Browse files Browse the repository at this point in the history
…n#127703)

Fix typo in `Lib/_android_support.py` (pythonGH-127699)
(cherry picked from commit e59caf6)

Co-authored-by: Stan Ulbrych <[email protected]>
  • Loading branch information
miss-islington and StanFromIreland authored Dec 6, 2024
1 parent 652a0eb commit d95df6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/_android_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# The maximum length of a log message in bytes, including the level marker and
# tag, is defined as LOGGER_ENTRY_MAX_PAYLOAD at
# https://cs.android.com/android/platform/superproject/+/android-14.0.0_r1:system/logging/liblog/include/log/log.h;l=71.
# Messages longer than this will be be truncated by logcat. This limit has already
# Messages longer than this will be truncated by logcat. This limit has already
# been reduced at least once in the history of Android (from 4076 to 4068 between
# API level 23 and 26), so leave some headroom.
MAX_BYTES_PER_WRITE = 4000
Expand Down

0 comments on commit d95df6a

Please sign in to comment.