mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
[3.13] Fix typo in Lib/_android_support.py
(GH-127699) (#127703)
Fix typo in `Lib/_android_support.py` (GH-127699)
(cherry picked from commit e59caf67cd
)
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
This commit is contained in:
parent
652a0eb6d1
commit
d95df6a75b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ from time import sleep, time
|
||||||
# The maximum length of a log message in bytes, including the level marker and
|
# The maximum length of a log message in bytes, including the level marker and
|
||||||
# tag, is defined as LOGGER_ENTRY_MAX_PAYLOAD at
|
# 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.
|
# 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
|
# been reduced at least once in the history of Android (from 4076 to 4068 between
|
||||||
# API level 23 and 26), so leave some headroom.
|
# API level 23 and 26), so leave some headroom.
|
||||||
MAX_BYTES_PER_WRITE = 4000
|
MAX_BYTES_PER_WRITE = 4000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue